Last active
September 25, 2017 12:30
-
-
Save ytakashina/4b38a62d015947ceaf19be0b251149f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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