Skip to content

Instantly share code, notes, and snippets.

@ForumPlayer
Last active May 16, 2022 21:35
Show Gist options
  • Save ForumPlayer/9c8061ab209093e74c68901962f7e861 to your computer and use it in GitHub Desktop.
Save ForumPlayer/9c8061ab209093e74c68901962f7e861 to your computer and use it in GitHub Desktop.
Scripts to set up Linux environments easily

Scripts to set up Linux environments easily

#!/bin/bash
apt update
apt install -y wget zip \
bash-completion git htop \
nano byobu psmisc screen curl
#!/bin/bash
curl -o setup-debian.sh "https://gist.githubusercontent.com/ForumPlayer/9c8061ab209093e74c68901962f7e861/raw/setup-debian.sh"
chmod +x setup-debian.sh
./setup-debian.sh
mkdir -p /usr/share/man/man1
apt install -y default-jre-headless
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment