Compare commits

..

1 Commits

Author SHA1 Message Date
Sam Heinz bf90734ac5 fix romm missing 7z 2026-08-01 23:12:52 +10:00
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -30,6 +30,12 @@ function update_script() {
exit
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
if check_for_gh_release "romm" "rommapp/romm"; then
+2
View File
@@ -37,6 +37,8 @@ $STD apt install -y \
redis-server \
redis-tools \
p7zip-full \
7zip-standalone \
libarchive-tools \
tzdata
msg_ok "Installed Dependencies"