Skip to content

Instantly share code, notes, and snippets.

@jrossmanjr
Last active October 14, 2018 03:30
Show Gist options
  • Save jrossmanjr/fd0c249d1bd882fd58c2f3e855751df0 to your computer and use it in GitHub Desktop.
Save jrossmanjr/fd0c249d1bd882fd58c2f3e855751df0 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt update
sudo apt upgrade -y
#### install common software
sudo apt install git wget curl screenfetch python-pip
#### install node
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install nodejs -y
#### install pm2
sudo npm install pm2 -g
##### Install Samba
sudo apt install -y samba samba-common-bin
echo "---::: DONE! :::---"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment