File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1515# folders that should, or only need to be installed for a local user
1616useronly=(
1717 git
18+ bin
1819)
1920
2021# run the stow command for the passed in directory ($2) in location $1
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ git clone https://github.com/home-sweet-gnome/dash-to-panel.git
99 cd ./dash-to-panel || echo " Can't change directory" ; exit 1
1010 make install
1111 cd - || echo " Can't change directory" ; exit 1
12- rm -Rf dash-to-panel
1312)
1413
1514printf -- ' %s\n' " Installing gTile"
Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ git clone https://github.com/vinceliuice/Qogir-theme.git
1010 # Also install globally for GDM for a good measure
1111 sudo ./install.sh -g
1212 cd - || echo " Can't change directory" ; exit 1
13- rm -Rf Qogir-theme
1413)
You can’t perform that action at this time.
0 commit comments