Browse Source

replaced gnome with i3

master
root 6 years ago
parent
commit
69ccf5d1b6
2 changed files with 11 additions and 8 deletions
  1. 5
    2
      README.md
  2. 6
    6
      install.sh

+ 5
- 2
README.md View File

@@ -23,12 +23,15 @@
* download installation setup `git clone https://git.home.spale.com/home/torvm.git`
* in the VirtualBox VM "Devices" menu, select "Install Guest Additions CD Image..." (needed by the next step)
* cd torvm and run `./install.sh` (still as root)
* during package installation two prompts will appear:
* save IPv4/IPv6 rules (iptables), say yes
* choose gdm/lightdm, choose lightdm
* `reboot`
* gdm should start after boot and you can then login and follow the setup wizard of enlightenment
* lightdm/i3 should start after boot and you can then login and follow the setup wizard of enlightenment

## What's in the installer script ?

* Install various packages including but not limited to, enlighenment window manager, gdm login, Xorg, redsocks, tor, iptables-persistent, firefox-esr, transmission, unbound, ...
* Install various packages including but not limited to, i3 window manager, lightdm login, Xorg, redsocks, tor, iptables-persistent, firefox-esr, transmission, unbound, ...
* Remove nano, because <full stop>
* mount and compile VirtualBox drivers
* copy configured configuration files for unbound, redsocks and iptables

+ 6
- 6
install.sh View File

@@ -7,11 +7,11 @@ apt-get --assume-yes install \
build-essential \
linux-headers-amd64 \
iptables-persistent \
gdm3 \
vlc \
firefox-esr \
transmission \
enlightenment \
lightdm \
i3 \
redsocks \
tor \
rsync \
@@ -87,10 +87,10 @@ find /var/log -type f -print0 | xargs -0 rm
echo "################################################"
echo "Removing installer script, git package and dependencies"
echo "################################################"
cd ..
rm -rf torvm
apt-get --assume-yes remove --purge git
apt-get --assume-yes autoremove --purge
#cd ..
#rm -rf torvm
#apt-get --assume-yes remove --purge git
#apt-get --assume-yes autoremove --purge

echo "################################################"
echo "Setup complete, please reboot to make it active"

Loading…
Cancel
Save