|
@@ -1,12 +1,20 @@
|
|
|
set -e
|
|
|
+
|
|
|
+#sh -c 'cd /opt/LibreLight/Xdesk/; git status'
|
|
|
echo "upgrade LibreLight from git master ?"
|
|
|
echo " press enter to run"
|
|
|
+read X
|
|
|
+
|
|
|
+#echo $X
|
|
|
#read -p -t $Xa
|
|
|
-x=read
|
|
|
+#x=read
|
|
|
+
|
|
|
cd /opt/LibreLight/git/
|
|
|
pwd
|
|
|
ls -l
|
|
|
rm -rf LibreLightASP
|
|
|
+#!/usr/bin/dash
|
|
|
+
|
|
|
rm -rf ASP
|
|
|
#git clone https://github.com/micox4356/LibreLightASP.git
|
|
|
git clone https://gogs.librelight.de/librelight/ASP.git
|
|
@@ -37,5 +45,7 @@ ls -l
|
|
|
echo
|
|
|
cd /opt/LibreLight/git/ASP
|
|
|
git remote -v
|
|
|
-echo
|
|
|
-read -p -t 1
|
|
|
+echo ""
|
|
|
+echo "ENDE"
|
|
|
+read X
|
|
|
+#read -p -t 1
|