[Aria2] Fix ariang service enable

This commit is contained in:
Sam Heinz 2024-04-16 09:28:17 +10:00
parent d5e11dc4b4
commit 613089851a
No known key found for this signature in database
GPG key ID: C71634079A15FA88

View file

@ -46,7 +46,7 @@ RestartSec=120
[Install]
WantedBy=multi-user.target' >$service_path
systemctl enable --now -q aria2.service
systemctl enable --now -q ariang.service
msg_ok "Installed AriaNG"
fi