added support for bunsenlab linux
This commit is contained in:
parent
2d8a8dddb1
commit
5c6f73fe65
1 changed files with 11 additions and 0 deletions
11
bunsen/configure_fresh_system
Executable file
11
bunsen/configure_fresh_system
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
sudo apt-get update
|
||||
sudo apt-get -y upgrade
|
||||
sudo apt-get -y install aptitude meld whois zsh tmux vim atop aria2 curl pv gajim tor torsocks nodejs icedove icedove-enigmail icedove-sogo-connector gajim lm-sensors freecad python3-pip meld whois curl pv tor torsocks nodejs npm terminator gsmartcontrol python-pip mercurial redshift gtk-redshift cmake intltool gparted wine solaar glances silversearcher-ag dkms linux-kernel-headers python-dev golang
|
||||
|
||||
sudo systemctl enable tor
|
||||
sudo systemctl start tor
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
DIR="$DIR/../"
|
||||
DIR="$DIR" $DIR/common/configure_fresh_system
|
Loading…
Reference in a new issue