From 08ac5c4c873d2c307478274986275e0d4bcde12d Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sat, 11 Oct 2014 10:58:07 +0200 Subject: [PATCH] better customizer for the fresh ubuntu; fixed rvm initial install problem --- install_ubuntu.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 install_ubuntu.sh diff --git a/install_ubuntu.sh b/install_ubuntu.sh old mode 100644 new mode 100755 index 7aeb7946..fd140d24 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -1,5 +1,8 @@ #!/bin/bash sudo apt-get update 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