Add install script
This commit is contained in:
parent
d602b789d0
commit
e681b27d4f
1 changed files with 4 additions and 0 deletions
4
install.sh
Normal file
4
install.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
# install base packages from dotfiles first
|
||||
pacman -S dnsmasq nftables fail2ban radvd mkinitcpio
|
Loading…
Reference in a new issue