This commit is contained in:
Cyril 2024-05-21 00:00:56 +02:00
parent 853ab424de
commit 4bf34cb33b
2 changed files with 0 additions and 372 deletions

View file

@ -24,9 +24,6 @@ function install_mobileraker_companion(){
echo -e "Info: Downloading Mobileraker Companion..."
git config --global http.sslVerify false
git clone "$MOBILERAKER_COMPANION_URL" "$MOBILERAKER_COMPANION_FOLDER"
rm -f "$MOBILERAKER_COMPANION_FOLDER"/scripts/install.sh
cp "${HS_FILES}"/fixes/install-mobileraker.sh "$MOBILERAKER_COMPANION_FOLDER"/scripts/install.sh
chmod 755 "$MOBILERAKER_COMPANION_FOLDER"/scripts/install.sh
echo -e "Info: Running Mobileraker Companion installer..."
sh "$MOBILERAKER_COMPANION_FOLDER"/scripts/install.sh
echo