Skip to content

Commit

Permalink
Change gitgem to github
Browse files Browse the repository at this point in the history
  • Loading branch information
teklab-de authored Sep 17, 2019
1 parent 00f6758 commit b5ada16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ fi
if [ "$modsel" = "1" ] || [ "$modsel" = "2" ] || [ "$modsel" = "4" ] || [ "$modsel" = "5" ] || [ "$modsel" = "8" ] || [ "$modsel" = "9" ]; then
if [ ! -f skripte.tar ]; then
cd /home
git clone https://gitgem.com/TekLab/tekbase-scripts-linux.git skripte
git clone https://github.com/teklab-de/tekbase-scripts-linux.git skripte
if [ ! -f /skripte/autoupdater ]; then
cd $installhome
wget --no-check-certificate https://teklab.s3.amazonaws.com/tekbase_scripts.tar
Expand Down

0 comments on commit b5ada16

Please sign in to comment.