mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
rc: add sleep 10 to shell-things function
which is the weak point and this is a band-aid that won't fix it
This commit is contained in:
parent
27b6e51703
commit
0a4f9ca830
@ -614,6 +614,7 @@ if [ -d $SHELL_THINGS_REPO ]; then
|
||||
cd $SHELL_THINGS_REPO
|
||||
git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git
|
||||
git pull
|
||||
sleep 10
|
||||
echo ""
|
||||
echo "shell-things: Installing/Upgrading..."
|
||||
echo ""
|
||||
@ -624,6 +625,7 @@ else
|
||||
echo ""
|
||||
git clone https://gitea.blesmrt.net/Mikaela/shell-things.git $SHELL_THINGS_REPO
|
||||
cd $SHELL_THINGS_REPO
|
||||
sleep 10
|
||||
echo ""
|
||||
echo "shell-things: Installing/Upgrading..."
|
||||
echo ""
|
||||
|
2
rc/zshrc
2
rc/zshrc
@ -591,6 +591,7 @@ if [ -d $SHELL_THINGS_REPO ]; then
|
||||
cd $SHELL_THINGS_REPO
|
||||
git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git
|
||||
git pull
|
||||
sleep 10
|
||||
echo ""
|
||||
echo "shell-things: Installing/Upgrading..."
|
||||
echo ""
|
||||
@ -601,6 +602,7 @@ else
|
||||
echo ""
|
||||
git clone https://gitea.blesmrt.net/Mikaela/shell-things.git $SHELL_THINGS_REPO
|
||||
cd $SHELL_THINGS_REPO
|
||||
sleep 10
|
||||
echo ""
|
||||
echo "shell-things: Installing/Upgrading..."
|
||||
echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user