mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
[Aria2] Add caddy as dep and fix unbound var
This commit is contained in:
parent
fee4f22616
commit
699365f393
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ $STD apt-get install -y sudo
|
|||
$STD apt-get install -y mc
|
||||
$STD apt-get install -y wget
|
||||
$STD apt-get install -y unzip
|
||||
$STD apt-get install -y caddy
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing Aria2"
|
||||
|
@ -31,7 +32,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
|
|||
mkdir -p /var/www
|
||||
wget -q "$(curl -s https://api.github.com/repos/mayswind/ariang/releases/latest | grep download | grep AllInOne.zip | cut -d\" -f4)" -O /root/ariang.zip
|
||||
ZIP="$(ls -l /root | grep zip$ | awk '{print $9}')"
|
||||
unzip $FILENAME -d /var/www
|
||||
unzip $ZIP -d /var/www
|
||||
service_path="/etc/systemd/system/ariang.service"
|
||||
echo '[Unit]
|
||||
Description=AriaNG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue