fix: Path to subscribtion package (#68)

This commit is contained in:
Kroese
2026-07-04 20:49:54 +02:00
committed by GitHub
parent 89c08fd329
commit a0b8d996be
+1 -1
View File
@@ -122,7 +122,7 @@ rm -f /etc/apt/sources.list.d/pve-enterprise.list \
# Disable subscription nag popup
if [[ "$TARGETARCH" == "amd64" ]]; then
wget https://github.com/Jamesits/pve-fake-subscription/releases/download/v0.0.11/pve-fake-subscription_0.0.11+git-1_all.deb -O /tmp/sub.deb -q --timeout=10
apt-get install -y --no-install-recommends ./tmp/sub.deb && rm -f /tmp/sub.deb
apt-get install -y --no-install-recommends /tmp/sub.deb && rm -f /tmp/sub.deb
fi
# Prevent system updates