Skip to content

Commit 8fd4914

Browse files
authored
bump scripts (Installer) from Ubuntu 22.04 to Ubuntu 24.04 (agentdvr, emby, jellyfin, plex, shinobi) (#5434)
1 parent f86f90b commit 8fd4914

File tree

11 files changed

+35
-35
lines changed

11 files changed

+35
-35
lines changed

ct/agentdvr.sh

Lines changed: 10 additions & 10 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:-8}"
1313
var_os="${var_os:-ubuntu}"
14-
var_version="${var_version:-22.04}"
14+
var_version="${var_version:-24.04}"
1515
var_unprivileged="${var_unprivileged:-0}"
1616

1717
header_info "$APP"
@@ -20,15 +20,15 @@ color
2020
catch_errors
2121

2222
function update_script() {
23-
header_info
24-
check_container_storage
25-
check_container_resources
26-
if [[ ! -d /opt/agentdvr ]]; then
27-
msg_error "No ${APP} Installation Found!"
28-
exit
29-
fi
30-
msg_error "Currently we don't provide an update function for this ${APP}."
23+
header_info
24+
check_container_storage
25+
check_container_resources
26+
if [[ ! -d /opt/agentdvr ]]; then
27+
msg_error "No ${APP} Installation Found!"
3128
exit
29+
fi
30+
msg_error "Currently we don't provide an update function for this ${APP}."
31+
exit
3232
}
3333

3434
start
@@ -38,4 +38,4 @@ description
3838
msg_ok "Completed Successfully!\n"
3939
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4040
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
41-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8090${CL}"
41+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8090${CL}"

ct/emby.sh

Lines changed: 1 addition & 1 deletion
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:-8}"
1313
var_os="${var_os:-ubuntu}"
14-
var_version="${var_version:-22.04}"
14+
var_version="${var_version:-24.04}"
1515
var_unprivileged="${var_unprivileged:-1}"
1616

1717
header_info "$APP"

ct/jellyfin.sh

Lines changed: 15 additions & 15 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:-8}"
1313
var_os="${var_os:-ubuntu}"
14-
var_version="${var_version:-22.04}"
14+
var_version="${var_version:-24.04}"
1515
var_unprivileged="${var_unprivileged:-1}"
1616

1717
header_info "$APP"
@@ -20,19 +20,19 @@ color
2020
catch_errors
2121

2222
function update_script() {
23-
header_info
24-
check_container_storage
25-
check_container_resources
26-
if [[ ! -d /usr/lib/jellyfin ]]; then
27-
msg_error "No ${APP} Installation Found!"
28-
exit
29-
fi
30-
msg_info "Updating ${APP} LXC"
31-
$STD apt-get update
32-
$STD apt-get -y upgrade
33-
$STD apt-get -y --with-new-pkgs upgrade jellyfin jellyfin-server
34-
msg_ok "Updated ${APP} LXC"
35-
exit
23+
header_info
24+
check_container_storage
25+
check_container_resources
26+
if [[ ! -d /usr/lib/jellyfin ]]; then
27+
msg_error "No ${APP} Installation Found!"
28+
exit
29+
fi
30+
msg_info "Updating ${APP} LXC"
31+
$STD apt-get update
32+
$STD apt-get -y upgrade
33+
$STD apt-get -y --with-new-pkgs upgrade jellyfin jellyfin-server
34+
msg_ok "Updated ${APP} LXC"
35+
exit
3636
}
3737

3838
start
@@ -42,4 +42,4 @@ description
4242
msg_ok "Completed Successfully!\n"
4343
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
4444
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
45-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8096${CL}"
45+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8096${CL}"

ct/plex.sh

Lines changed: 1 addition & 1 deletion
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:-8}"
1313
var_os="${var_os:-ubuntu}"
14-
var_version="${var_version:-22.04}"
14+
var_version="${var_version:-24.04}"
1515
var_unprivileged="${var_unprivileged:-1}"
1616

1717
header_info "$APP"

ct/shinobi.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:-8}"
1313
var_os="${var_os:-ubuntu}"
14-
var_version="${var_version:-22.04}"
14+
var_version="${var_version:-24.04}"
1515
var_unprivileged="${var_unprivileged:-0}"
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}:8080/super${CL}"
47+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080/super${CL}"

frontend/public/json/agentdvr.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/public/json/emby.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/public/json/jellyfin.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/public/json/plex.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/public/json/shinobi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)