2014-09-01 21:42:28 +02:00
|
|
|
#!/bin/bash
|
|
|
|
sudo apt-get update
|
2015-01-03 23:36:05 +01:00
|
|
|
sudo apt-get dist-upgrade -y
|
2015-01-06 10:58:14 +01: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 mercurial
|
2014-10-11 10:58:07 +02:00
|
|
|
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
$DIR/install_common.sh
|
2014-09-01 21:42:28 +02:00
|
|
|
|