2014-09-01 20:42:28 +01:00
|
|
|
#!/bin/bash
|
|
|
|
sudo apt-get update
|
2015-01-03 22:36:05 +00:00
|
|
|
sudo apt-get dist-upgrade -y
|
2015-01-04 09:52:55 +00:00
|
|
|
sudo apt-get install -y meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks nodejs npm terminator gsmartcontrol python-pip mesa-utils mesa-utils-extra aptitude p7zip-full p7zip-rar thunderbird
|
2014-10-11 09:58:07 +01:00
|
|
|
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
$DIR/install_common.sh
|
2014-09-01 20:42:28 +01:00
|
|
|
|