mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-27 14:47:18 +02:00
Cockpit: default to Debian 13, 45Drives now ships Trixie packages since v4.6.1
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}"
|
|||||||
var_ram="${var_ram:-1024}"
|
var_ram="${var_ram:-1024}"
|
||||||
var_disk="${var_disk:-4}"
|
var_disk="${var_disk:-4}"
|
||||||
var_os="${var_os:-debian}"
|
var_os="${var_os:-debian}"
|
||||||
var_version="${var_version:-12}"
|
var_version="${var_version:-13}"
|
||||||
var_arm64="${var_arm64:-yes}"
|
var_arm64="${var_arm64:-yes}"
|
||||||
var_unprivileged="${var_unprivileged:-1}"
|
var_unprivileged="${var_unprivileged:-1}"
|
||||||
|
|
||||||
|
|||||||
@@ -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 <y/N> " prompt
|
[[ "$(arch_resolve)" == "arm64" ]] || read -r -p "Would you like to install 45Drives' cockpit-file-sharing, cockpit-identities, and cockpit-navigator <y/N> " prompt
|
||||||
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
||||||
install_45drives=true
|
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? <y/N> " prompt
|
read -r -p "Debian ${VERSION_ID} is not officially supported by 45Drives yet, would you like to continue anyway? <y/N> " prompt
|
||||||
if [[ ! "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
if [[ ! "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
||||||
install_45drives=false
|
install_45drives=false
|
||||||
@@ -45,7 +45,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
|||||||
setup_deb822_repo "45drives" \
|
setup_deb822_repo "45drives" \
|
||||||
"https://repo.45drives.com/key/gpg.asc" \
|
"https://repo.45drives.com/key/gpg.asc" \
|
||||||
"https://repo.45drives.com/enterprise/debian" \
|
"https://repo.45drives.com/enterprise/debian" \
|
||||||
"bookworm" \
|
"${VERSION_CODENAME}" \
|
||||||
"main" \
|
"main" \
|
||||||
"amd64"
|
"amd64"
|
||||||
$STD apt install -y cockpit-file-sharing cockpit-identities cockpit-navigator
|
$STD apt install -y cockpit-file-sharing cockpit-identities cockpit-navigator
|
||||||
|
|||||||
Reference in New Issue
Block a user