What’s the proper way to use these scripts? #148
-
I’ve been using tteck’s scripts for a while on x86 and am now setting up Proxmox on a raspberry pi 5. Do I just sub the raw GitHub sh file hosted here for any given application in place of the standard tteck script? Asking only because I tried that (on Adguard Home) and it failed, so I'm getting the sense there's a bit more setup needed? Output below:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Proper way is to run the ct file, eg: root@pimox:~# bash -c "$(wget -qLO - https://raw.githubusercontent.com/asylumexp/Proxmox/refs/heads/main/ct/adguard.sh)" You can also find a copy paste command on the website. You can also use the community-scripts website and just edit the repo in the url to be this repo, but with the pimox-scripts website you can see the supported state of the script as well. |
Beta Was this translation helpful? Give feedback.
Proper way is to run the ct file, eg:
root@pimox:~# bash -c "$(wget -qLO - https://raw.githubusercontent.com/asylumexp/Proxmox/refs/heads/main/ct/adguard.sh)"
You can also find a copy paste command on the website. You can also use the community-scripts website and just edit the repo in the url to be this repo, but with the pimox-scripts website you can see the supported state of the script as well.