This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Running script to update qBittorrent in LXC returns unexpected EOF #1966
Replies: 1 comment
-
Ah, got it figured out! It was missing an end bracket.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I first do:
echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/qbittorrent.sh\"" >/usr/bin/update
Then:
chmod +x /usr/bin/update
And when I type "update" I get the following error:
/usr/bin/update: line 1: unexpected EOF while looking for matching
"`Any help would be appreciated!
Thanks,
AJ
Beta Was this translation helpful? Give feedback.
All reactions