Remove powershell-scripting and pinephone setup from pull
This commit is contained in:
parent
41d58347e4
commit
8155d69b61
@ -22,12 +22,14 @@ cd "$HOME/GitProjects/grab"
|
|||||||
git fetch --all
|
git fetch --all
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
: '
|
||||||
if [ ! -d "$HOME/GitProjects/powershell-scripting" ]; then
|
if [ ! -d "$HOME/GitProjects/powershell-scripting" ]; then
|
||||||
git -C $WORKPATH clone git@gitlab.com:RealStickman/powershell-scripting.git
|
git -C $WORKPATH clone git@gitlab.com:RealStickman/powershell-scripting.git
|
||||||
fi
|
fi
|
||||||
cd "$HOME/GitProjects/powershell-scripting"
|
cd "$HOME/GitProjects/powershell-scripting"
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git pull
|
git pull
|
||||||
|
'
|
||||||
|
|
||||||
if [ ! -d "$HOME/GitProjects/setup" ]; then
|
if [ ! -d "$HOME/GitProjects/setup" ]; then
|
||||||
git -C $WORKPATH clone git@gitlab.com:RealStickman-arcolinux/setup.git
|
git -C $WORKPATH clone git@gitlab.com:RealStickman-arcolinux/setup.git
|
||||||
@ -36,12 +38,14 @@ cd "$HOME/GitProjects/setup"
|
|||||||
git fetch --all
|
git fetch --all
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
: '
|
||||||
if [ ! -d "$HOME/GitProjects/setup-pinephone" ]; then
|
if [ ! -d "$HOME/GitProjects/setup-pinephone" ]; then
|
||||||
git -C $WORKPATH clone git@gitlab.com:RealStickman/setup-pinephone.git
|
git -C $WORKPATH clone git@gitlab.com:RealStickman/setup-pinephone.git
|
||||||
fi
|
fi
|
||||||
cd "$HOME/GitProjects/setup-pinephone"
|
cd "$HOME/GitProjects/setup-pinephone"
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git pull
|
git pull
|
||||||
|
'
|
||||||
|
|
||||||
if [ ! -d "$HOME/GitProjects/website" ]; then
|
if [ ! -d "$HOME/GitProjects/website" ]; then
|
||||||
git -C $WORKPATH clone git@gitlab.com:RealStickman/website.git
|
git -C $WORKPATH clone git@gitlab.com:RealStickman/website.git
|
||||||
|
Loading…
Reference in New Issue
Block a user