Update install.sh

This commit is contained in:
2025-05-26 15:43:20 -05:00
parent 6229526ed9
commit f593d46c33

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]}" echo -e "\n${idsCL[LightGreen]}Emulator-Nextcloud-Sync Installation Script${idsCL[Default]}"
set -eu set -eu
apt install -y nextcloud-desktop-cmd apt install -y nextcloud-desktop-cmd sqlite3
git clone --recursive 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 ln -s /opt/idssys/emulator-sync/run.sh /usr/local/bin/esync