Add theme git repo
This commit is contained in:
parent
0a856997aa
commit
bf016a48ff
@ -38,6 +38,13 @@ cd "$HOME/GitProjects/setup"
|
||||
git fetch --all
|
||||
git pull
|
||||
|
||||
if [ ! -d "$HOME/GitProjects/theme" ]; then
|
||||
git -C $WORKPATH clone git@gitlab.com:RealStickman-arcolinux/theme.git
|
||||
fi
|
||||
cd "$HOME/GitProjects/theme"
|
||||
git fetch --all
|
||||
git pull
|
||||
|
||||
: '
|
||||
if [ ! -d "$HOME/GitProjects/setup-pinephone" ]; then
|
||||
git -C $WORKPATH clone git@gitlab.com:RealStickman/setup-pinephone.git
|
||||
|
Loading…
Reference in New Issue
Block a user