Skip to content

Commit 1d2d57d

Browse files
Create proxmox.md
1 parent 866bb7f commit 1d2d57d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/proxmox.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```shell
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

Comments
 (0)