This commit is contained in:
Cyril 2024-05-19 22:34:26 +02:00
parent bb76f7354a
commit e6a601024c
7 changed files with 379 additions and 10 deletions

View file

@ -24,6 +24,9 @@ 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