test
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ~/bspwm-install-ma-dte
|
#cd ~/bspwm-install-ma-dte
|
||||||
|
|
||||||
# Do, mkdir, copy, copy, echo files.
|
# Do, mkdir, copy, copy, echo files.
|
||||||
. ~/bspwm-install-ma-dte/install-scripts/mkdir-cp-git-chmod-echo-files.sh
|
. $HOME/bspwm-install-ma-dte/install-scripts/mkdir-cp-git-chmod-echo-files.sh
|
||||||
|
|
||||||
# Add Software & Packages.
|
# Add Software & Packages.
|
||||||
. ~/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh
|
. $HOME/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh
|
||||||
|
|
||||||
# Add Pulseaudio to system startup as user.
|
# Add Pulseaudio to system startup as user.
|
||||||
systemctl --user enable pulseaudio
|
systemctl --user enable pulseaudio
|
||||||
|
|
||||||
# Last Software & Packages.
|
# Last Software & Packages.
|
||||||
. ~/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh
|
. $HOME/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh
|
||||||
|
|
||||||
# Last step setup menu installing.
|
# Last step setup menu installing.
|
||||||
#. ~/bspwm-install-ma-dte/last-step-setup-menu.sh
|
#. $HOME/bspwm-install-ma-dte/last-step-setup-menu.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user