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-06 09:58:14 +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 mercurial
|
2014-10-11 09:58:07 +01:00
|
|
|
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
2015-01-25 08:57:25 +00:00
|
|
|
DIR="$DIR/../"
|
|
|
|
$DIR/common/configure_fresh_system
|
2014-09-01 20:42:28 +01:00
|
|
|
|