Last active
July 6, 2025 03:19
-
-
Save haroldcris/9323b645fe8edb1f13b90baee56f8141 to your computer and use it in GitHub Desktop.
Install this script right after fresh install of ProxMox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # for 2025 | |
| bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)" | |
| ## old version | |
| bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)" | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to Increase Storage:
Click Data Center-> Storage -> remove local-lvm
lvremove /dev/pve/datanext
lvresize -l +100%FREE /dev/pve/rootresize2fs /dev/mapper/pve-root