mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-23 04:37:14 +02:00
fix romm missing 7z (#16194)
This commit is contained in:
@@ -30,6 +30,12 @@ function update_script() {
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ ! -x /usr/bin/7zz || ! -x /usr/bin/bsdtar ]]; then
|
||||||
|
msg_info "Installing Archive Tools"
|
||||||
|
$STD apt install -y 7zip-standalone libarchive-tools
|
||||||
|
msg_ok "Installed Archive Tools"
|
||||||
|
fi
|
||||||
|
|
||||||
NODE_VERSION="24" setup_nodejs
|
NODE_VERSION="24" setup_nodejs
|
||||||
|
|
||||||
if check_for_gh_release "romm" "rommapp/romm"; then
|
if check_for_gh_release "romm" "rommapp/romm"; then
|
||||||
|
|||||||
@@ -37,6 +37,8 @@ $STD apt install -y \
|
|||||||
redis-server \
|
redis-server \
|
||||||
redis-tools \
|
redis-tools \
|
||||||
p7zip-full \
|
p7zip-full \
|
||||||
|
7zip-standalone \
|
||||||
|
libarchive-tools \
|
||||||
tzdata
|
tzdata
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user