diff --git a/frontend/public/json/cloudreve.json b/frontend/public/json/cloudreve.json index ff754a10..798a07cc 100644 --- a/frontend/public/json/cloudreve.json +++ b/frontend/public/json/cloudreve.json @@ -17,7 +17,7 @@ "install_methods": [ { "type": "default", - "script": "ct/librenms.sh", + "script": "ct/cloudreve.sh", "resources": { "cpu": 2, "ram": 2048, @@ -28,8 +28,8 @@ } ], "default_credentials": { - "username": "admin", - "password": "admin" + "username": null, + "password": null }, "notes": [] } diff --git a/install/salt-install.sh b/install/salt-install.sh index 1f59939b..7c74b7c1 100644 --- a/install/salt-install.sh +++ b/install/salt-install.sh @@ -14,8 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y \ - jq +$STD apt-get install -y jq msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "salt" "saltstack/salt" "binary" "latest" "/opt/salt" "salt-master*_amd64.deb"