This commit is contained in:
2023-07-15 15:46:19 -05:00
parent a8229d2e16
commit 3dd5947d03
2 changed files with 22 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ source /dev/stdin <<< "$(curl -sL http://go.scity.us/defaultinc)"
echo -e "\n${idsCL[LightGreen]}Emulator-Nextcloud-Sync Installation Script${idsCL[Default]}"
set -eu
git clone https://git.schroedercity.com/voltron/emulator-sync.git /opt/idssys/emulator-sync
git clone --recursive https://git.schroedercity.com/voltron/emulator-sync.git /opt/idssys/emulator-sync
ln -s /opt/idssys/emulator-sync/run.sh /usr/local/bin/esync
if [ ! -d "/opt/idssys/defaults" ]; then