update huntarr helper-script

This commit is contained in:
bilulib
2025-05-05 18:39:07 +02:00
parent 5af25f0f32
commit 845d22b71e
8 changed files with 3790 additions and 44 deletions

View File

@ -13,6 +13,9 @@ setting_up_container
network_check
update_os
APP="Huntarr"
HUNTARR_PORT="3000"
msg_info "Installing Dependencies"
$STD apt-get install -y curl wget gnupg git openjdk-17-jdk nodejs npm
msg_ok "Installed Dependencies"
@ -55,4 +58,7 @@ customize
msg_info "Cleaning up"
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"
msg_ok "Cleaned"
echo -e "\n${APP} installation completed successfully!"
echo -e "\nYou can access the ${APP} web interface at http://${HOSTNAME}:${HUNTARR_PORT}"