Update aria2.sh

tweak
This commit is contained in:
tteckster 2024-04-20 03:20:54 -04:00 committed by GitHub
parent e3b4543ef5
commit 337c1c700a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 7 deletions

View File

@ -8,13 +8,11 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
function header_info { function header_info {
clear clear
cat <<"EOF" cat <<"EOF"
___ _ ___ ___ _ ___
/ | _____(_)___ |__ \ / | _____(_)___ |__ \
/ /| | / ___/ / __ `/_/ / / /| | / ___/ / __ `/_/ /
/ ___ |/ / / / /_/ / __/ / ___ |/ / / / /_/ / __/
/_/ |_/_/ /_/\__,_/____/ /_/ |_/_/ /_/\__,_/____/
EOF EOF
} }
header_info header_info
@ -70,5 +68,3 @@ description
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "${APP} should be accessible via the following IP. echo -e "${APP} should be accessible via the following IP.
${BL}http://${IP}:6800${CL}" ${BL}http://${IP}:6800${CL}"
echo -e "AriaNG should be reachable by going to the following URL.
${BL}http://${IP}:6880${CL} \n"