Skip to content

Instantly share code, notes, and snippets.

@josephworks
Last active July 18, 2019 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephworks/21c14a7ba66e39f26c3b6b42963d2584 to your computer and use it in GitHub Desktop.
Save josephworks/21c14a7ba66e39f26c3b6b42963d2584 to your computer and use it in GitHub Desktop.
# !/bin/bash
sudo apt update
sudo apt upgrade -y
sudo apt install recommended-* -y
sudo apt install screenfetch neofetch wget python default-jre default-jdk ant maven gradle npm nodejs yarn toilet figlet docker.io -y
sudo apt autoremove
echo done
@josephworks
Copy link
Author

Run:

wget https://gist.githubusercontent.com/josephworks/21c14a7ba66e39f26c3b6b42963d2584/raw/80709589c4d1bd456d2ce4a491fd26137cbff771/prepenvironment.sh
chmod +x ./prepenvironment.sh
./prepenvironment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment