dotfiles/install_ubuntu.sh
2014-10-26 09:46:20 +01:00

9 lines
227 B
Bash
Executable file

#!/bin/bash
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$DIR/install_common.sh