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

* download installation setup `git clone https://git.home.spale.com/home/torvm.git` * 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) * 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) * 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` * `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 ? ## 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> * Remove nano, because <full stop>
* mount and compile VirtualBox drivers * mount and compile VirtualBox drivers
* copy configured configuration files for unbound, redsocks and iptables * copy configured configuration files for unbound, redsocks and iptables

+ 6
- 6
install.sh View File

build-essential \ build-essential \
linux-headers-amd64 \ linux-headers-amd64 \
iptables-persistent \ iptables-persistent \
gdm3 \
vlc \ vlc \
firefox-esr \ firefox-esr \
transmission \ transmission \
enlightenment \
lightdm \
i3 \
redsocks \ redsocks \
tor \ tor \
rsync \ rsync \
echo "################################################" echo "################################################"
echo "Removing installer script, git package and dependencies" echo "Removing installer script, git package and dependencies"
echo "################################################" 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 "################################################"
echo "Setup complete, please reboot to make it active" echo "Setup complete, please reboot to make it active"

Loading…
Cancel
Save