differentiate between debian and ubuntu in installers ; added a todo list
This commit is contained in:
parent
3076efebb8
commit
509b352b15
2 changed files with 13 additions and 0 deletions
|
@ -6,4 +6,9 @@ install:
|
||||||
clone this repo
|
clone this repo
|
||||||
run install_fedora.sh or install_ubuntu.sh to setup the whole box
|
run install_fedora.sh or install_ubuntu.sh to setup the whole box
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
* use terminator for all configs
|
||||||
|
* investigate chsh failing
|
||||||
|
* automate adding backports to debian-based distros
|
||||||
|
* automate enabling hibernation on ubuntu
|
||||||
|
|
||||||
|
|
8
install_debian.sh
Executable file
8
install_debian.sh
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get dist-upgrade
|
||||||
|
sudo apt-get install meld whois zsh tmux vim atop aria2 curl pv gajim tor torsocks nodejs
|
||||||
|
|
||||||
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
$DIR/install_common.sh
|
||||||
|
|
Loading…
Reference in a new issue