This commit is contained in:
ITmail-dk
2022-01-05 16:57:55 +01:00
parent a2756a3ce5
commit 58dfb81510
4 changed files with 500 additions and 6 deletions

View File

@@ -20,6 +20,6 @@ After installation, Reboot the computer and login with your new user.
### And run this Command line to install everything:
sudo apt install -y git && cd ~ && git clone https://github.com/ITmail-dk/bspwm-install-ma-dte && . /bspwm-install-ma-dte/bspwm-install-martin-dte-debian.sh
sudo apt install -y git && cd ~ && git clone https://github.com/ITmail-dk/bspwm-install-ma-dte && . ~/bspwm-install-ma-dte/bspwm-install-martin-dte-debian.sh
Here is what the command line does, it installs the GIT package an goes to your home directory and clones the installation from git and runs the installation script afterwards.