mirror of
https://github.com/dockur/proxmox.git
synced 2026-07-27 16:54:51 +07:00
fix: Path to subscribtion package (#68)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user