Skip to content

Instantly share code, notes, and snippets.

@ytakashina
Last active September 25, 2017 12:30
Show Gist options
  • Save ytakashina/4b38a62d015947ceaf19be0b251149f5 to your computer and use it in GitHub Desktop.
Save ytakashina/4b38a62d015947ceaf19be0b251149f5 to your computer and use it in GitHub Desktop.
if [ "$(id -u)" != "0" ]; then
echo "Installation was failed. Run as a super user!" 1>&2
return 1
fi
apt update && apt -y upgrade
apt install -y git vim w3m wget tmux vsftpd graphviz openssh-server build-essential
apt upgrade gcc cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment