new install

This commit is contained in:
ITmail-dk
2022-01-15 19:02:11 +01:00
parent b61a4c2330
commit ff227b557f
10 changed files with 59 additions and 56 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/install-ma-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.