Changes for page proxmox

Last modified by Kevin Wiki on 2025/07/05 22:56

From version 6.1
edited by Kevin Wiki
on 2025/07/05 20:22
Change comment: There is no comment for this version
To version 5.1
edited by Kevin Wiki
on 2025/07/05 20:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -92,11 +92,10 @@
92 92  
93 93  == Bash Script to Automate Setup ==
94 94  
95 -Install the above using bash script below
95 +You can automate the full process using the script below.
96 96  
97 97  === setup_proxmox_templates.sh ===
98 98  
99 -{{code language="bash"}}
100 100  #!/bin/bash
101 101  
102 102  # Exit on errors
... ... @@ -123,7 +123,6 @@
123 123  qm set 910 -ide2 nvme:cloudinit
124 124  qm resize 910 virtio0 +8G
125 125  qm template 910
126 -{{/code}}
127 127  
128 128  echo "Templates setup complete."
129 129