fix: adjust missing references

This commit is contained in:
José Moreira 2024-09-05 21:20:10 +01:00
parent 1fdac65f7d
commit 7c3d9f960b
10 changed files with 10 additions and 10 deletions

View file

@ -654,7 +654,7 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
EOF'
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
fi
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
lxc-attach -n "$CTID" -- bash -c "$(fs_cat install/$var_install.sh)" || exit
}