I have not had much luck with the one line installer. I spun up a new proxmox server to give it a go, but haven't gotten anywhere. I get the following with the wget link:
root@pve:/tmp# wget -qO-
https://github.com/WarlockSyno/TrueNAS-Proxmox-VE-Storage-Plugin/blob/alpha/install.sh | bash
bash: line 7: syntax error near unexpected token `newline'
bash: line 7: `<!DOCTYPE html>'
and the curl link:
root@pve:/tmp# curl -sSL
https://raw.githubusercontent.com/WarlockSyno/truenasplugin/main/install.sh | bash
bash: line 1: 404:: command not found
root@pve:/tmp#
I created the install.sh file in a /tmp directory from the source on the alpha, and was prompted with:
root@pve:/tmp# ./install.sh
Checking system requirements...
Missing required dependencies: jq
Please install missing dependencies:
apt-get update && apt-get install -y jq
Once I installed the dependancy I got:
./install.sh
Checking system requirements...
System requirements satisfied
d8P
d888888P
?88' 88bd88b?88 d8P d8888b 88bd88b d888b8b .d888b,
88P 88P' `d88 88 d8b_,dP 88P' ?8bd8P' ?88 ?8b,
88b d88 ?8( d88 88b d88 88P88b ,88b `?8b
`?8b d88' `?88P'?8b`?888P'd88' 88b`?88P'`88b`?888P'
d8b d8,
88P `8P
d88
?88,.d88b,888 ?88 d8P d888b8b 88b 88bd88b
`?88' ?88?88 d88 88 d8P' ?88 88P 88P' ?8b
88b d8P 88b ?8( d88 88b ,88b d88 d88 88P
888888P' 88b`?88P'?8b`?88P'`88bd88' d88' 88b
88P' )88
d88 ,88P For Proxmox VE
?8P `?8888P
root@pve:/tmp#
and the script just exits, no prompts...
Just figured I would give you my experience... thanks.