diff --git a/ct/cockpit.sh b/ct/cockpit.sh index 78dba7b02..54e0fe050 100644 --- a/ct/cockpit.sh +++ b/ct/cockpit.sh @@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}" var_ram="${var_ram:-1024}" var_disk="${var_disk:-4}" var_os="${var_os:-debian}" -var_version="${var_version:-12}" +var_version="${var_version:-13}" var_arm64="${var_arm64:-yes}" var_unprivileged="${var_unprivileged:-1}" diff --git a/install/cockpit-install.sh b/install/cockpit-install.sh index 982250834..7c589bd10 100644 --- a/install/cockpit-install.sh +++ b/install/cockpit-install.sh @@ -34,7 +34,7 @@ msg_ok "Installed Cockpit" [[ "$(arch_resolve)" == "arm64" ]] || read -r -p "Would you like to install 45Drives' cockpit-file-sharing, cockpit-identities, and cockpit-navigator " prompt if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then install_45drives=true - if [[ "${VERSION_ID}" -ge 13 ]]; then + if [[ "${VERSION_ID}" -ge 14 ]]; then read -r -p "Debian ${VERSION_ID} is not officially supported by 45Drives yet, would you like to continue anyway? " prompt if [[ ! "${prompt,,}" =~ ^(y|yes)$ ]]; then install_45drives=false @@ -45,7 +45,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then setup_deb822_repo "45drives" \ "https://repo.45drives.com/key/gpg.asc" \ "https://repo.45drives.com/enterprise/debian" \ - "bookworm" \ + "${VERSION_CODENAME}" \ "main" \ "amd64" $STD apt install -y cockpit-file-sharing cockpit-identities cockpit-navigator