better customizer for the fresh ubuntu; fixed rvm initial install problem

This commit is contained in:
Cyryl Plotnicki-Chudyk 2014-10-11 10:58:07 +02:00
parent 3f94977f91
commit 08ac5c4c87

5
install_ubuntu.sh Normal file → Executable file
View file

@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
sudo apt-get update sudo apt-get update
sudo apt-get dist-ugprade sudo apt-get dist-ugprade
sudo apt-get install meld whois zsh tmux sudo apt-get install meld whois zsh tmux vim atop aria2 curl
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$DIR/install_common.sh