mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-23 08:43:24 +01:00
Update unprivileged-node-red.sh
This commit is contained in:
parent
5e5a2d1a81
commit
7e46274243
@ -106,7 +106,7 @@ echo -e "${CM}${CL} \r"
|
||||
|
||||
alias lxc-cmd="lxc-attach -n $CTID --"
|
||||
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/node-red-install.sh)" || exit
|
||||
lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unpriv/node-red-install.sh)" || exit
|
||||
|
||||
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user