We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866bb7f commit 1d2d57dCopy full SHA for 1d2d57d
docs/proxmox.md
@@ -0,0 +1,16 @@
1
+# Proxmox
2
+
3
+## [Proxmox VE Helper-Scripts][1]
4
5
+```shell
6
+(
7
+ bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-repo.sh)" &&
8
+ bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/post-pve-install.sh)"
9
+)
10
+```
11
12
13
+sudo apt install ca-certificates curl gnupg lsb-release ntp htop zip unzip gnupg apt-transport-https ca-certificates net-tools ncdu apache2-utils ssh-import-id git build-essential
14
15
16
+[1]: <https://community-scripts.github.io/ProxmoxVE/>
0 commit comments