main
beech 2 years ago
parent 3a158091dd
commit ce32144236
  1. 6
      setup-desktop.sh
  2. 3
      setup-server.sh

@ -15,3 +15,9 @@ user=$(getent passwd 1000 | awk -F: '{ print $1}')
# Echo the user into the sudoers file # Echo the user into the sudoers file
echo "$user ALL=(ALL:ALL) ALL" >> /etc/sudoers echo "$user ALL=(ALL:ALL) ALL" >> /etc/sudoers
# Install Apps
sudo apt install git curl -yy
echo "-------------------------------------------------"
echo "Setup complete."
echo "-------------------------------------------------"

@ -24,6 +24,9 @@ sudo apt install ufw
sudo ufw allow ssh sudo ufw allow ssh
sudo ufw enable sudo ufw enable
# Install Apps
sudo apt install git curl -yy
echo "-------------------------------------------------" echo "-------------------------------------------------"
echo "Setup complete." echo "Setup complete."
echo "-------------------------------------------------" echo "-------------------------------------------------"
Loading…
Cancel
Save