create_pve-mgnt-lxc.sh aktualisiert
This commit is contained in:
@@ -102,12 +102,9 @@ pct set $VMID --onboot 1
|
|||||||
echo -e "${INDENT}Starte LXC..."
|
echo -e "${INDENT}Starte LXC..."
|
||||||
pct start $VMID
|
pct start $VMID
|
||||||
|
|
||||||
echo -e "${INDENT}Installiere Curl & Sudo"
|
|
||||||
pct exec $VMID -- bash -c "apt update && apt upgrade -y && apt install -y curl sudo"
|
|
||||||
|
|
||||||
echo -e "${INDENT}Newt-PVE-Mgnt"
|
echo -e "${INDENT}Newt-PVE-Mgnt"
|
||||||
pct exec $VMID -- bash -c "\
|
pct exec $VMID -- bash -c "\
|
||||||
apt update && apt upgrade -y && apt install -y curl sudo && \
|
apt update && apt install -y curl sudo && \
|
||||||
curl -fsSL https://gitea.vmd55888.de/manuel.maier/update-install-newt/raw/branch/main/install_newt_v2.sh -o install_newt_v2.sh && \
|
curl -fsSL https://gitea.vmd55888.de/manuel.maier/update-install-newt/raw/branch/main/install_newt_v2.sh -o install_newt_v2.sh && \
|
||||||
bash ./install_newt_v2.sh --install"
|
bash ./install_newt_v2.sh --install"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user