Changes to install script, again...

master
Nathan Steel 5 years ago
parent ea62a00fc8
commit 0fee4f871a

@ -16,13 +16,26 @@ apt update && upgrade -y
adduser nathan sudo adduser nathan sudo
# Terminal shit # Terminal shit
apt install git tig zsh tmux vim neofetch htop wget curl -y apt install perl tmux vim neofetch htop wget -y
apt install git tig zsh curl -y
# Firewall
apt install ufw -y
systemctl --now enable ufw
ufw enable
ufw default deny incoming
ufw default allow outgoing
ufw allow 22
# ufw status
# Additional filesystem stuff # Additional filesystem stuff
apt install cifs-utils jmtpfs thunar -y apt install cifs-utils jmtpfs nemo -y
# Tools
apt install gzip zip tar -y
# Mail # Mail
apt install neomutt -y apt install neomutt thunderbird -y
# Bluetooth # Bluetooth
apt install blueman -y apt install blueman -y

Loading…
Cancel
Save