better customizer for the fresh ubuntu; fixed rvm initial install problem
This commit is contained in:
parent
3f94977f91
commit
08ac5c4c87
1 changed files with 4 additions and 1 deletions
5
install_ubuntu.sh
Normal file → Executable file
5
install_ubuntu.sh
Normal file → Executable 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue