update huntarr helper-script
This commit is contained in:
@ -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}"
|
||||
Reference in New Issue
Block a user