Skip to content

Commit 5c0ce09

Browse files
authored
GLPI: Bump to Debian 13 base (#8443)
1 parent 35810eb commit 5c0ce09

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

ct/glpi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}"
1111
var_ram="${var_ram:-2048}"
1212
var_disk="${var_disk:-10}"
1313
var_os="${var_os:-debian}"
14-
var_version="${var_version:-12}"
14+
var_version="${var_version:-13}"
1515
var_unprivileged="${var_unprivileged:-1}"
1616

1717
header_info "$APP"
@@ -44,4 +44,4 @@ description
4444
msg_ok "Completed Successfully!\n"
4545
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4646
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
47-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:80${CL}"
47+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:80${CL}"

frontend/public/json/glpi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ram": 2048,
2424
"hdd": 10,
2525
"os": "debian",
26-
"version": "12"
26+
"version": "13"
2727
}
2828
}
2929
],

install/glpi-install.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ network_check
1414
update_os
1515

1616
msg_info "Installing Dependencies"
17-
$STD apt-get install -y \
17+
$STD apt install -y \
1818
git \
1919
apache2 \
2020
php8.4-{apcu,cli,common,curl,gd,ldap,mysql,xmlrpc,xml,mbstring,bcmath,intl,zip,redis,bz2,soap} \
@@ -156,6 +156,7 @@ customize
156156
msg_info "Cleaning up"
157157
rm -rf /opt/glpi/install
158158
rm -rf /opt/glpi-${RELEASE}.tgz
159-
$STD apt-get -y autoremove
160-
$STD apt-get -y autoclean
159+
$STD apt -y autoremove
160+
$STD apt -y autoclean
161+
$STD apt -y clean
161162
msg_ok "Cleaned"

0 commit comments

Comments
 (0)