mirror of
https://github.com/dockur/proxmox.git
synced 2026-07-27 16:54:51 +07:00
fix: Do not install recommended packages (#41)
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ apt-get install -y --no-install-recommends \
|
||||
isc-dhcp-client
|
||||
|
||||
# Install Proxmox VE
|
||||
apt-get install -y proxmox-ve
|
||||
apt-get install -y --no-install-recommends proxmox-ve
|
||||
|
||||
# Remove enterprise repo added by Proxmox packages — keep only no-subscription
|
||||
rm -f /etc/apt/sources.list.d/pve-enterprise.list \
|
||||
|
||||
Reference in New Issue
Block a user