mwolff44 / postinstall_pve

Script de post-installation pour Proxmox PVE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postinstall_pve

Script de post-installation pour Proxmox plus d'infos : https://memo-linux.com/proxmox-script-post-installation/

  • Télécharger le script :
  • git clone https://github.com/freddL/postinstall_pve.git
  • Se rendre dans le dossier : cd postinstall_pve/

    Dans le dossier se trouve deux script : postinstall_pve4.sh et postinstall_pve5.sh

    • Pour Proxmox 4 :
      • Rendre le script éxécutable :
      • chmod +x postinstall_pve4.sh
      • Exécuter le script :
      • ./postinstall_pve4.sh
    • Pour Proxmox 5 :
      • Rendre le script éxécutable :
      • chmod +x postinstall_pve5.sh
      • Exécuter le script :
      • ./postinstall_pve5.sh
    • Pour Proxmox 6 :
      • Rendre le script éxécutable :
      • chmod +x postinstall_pve6.sh
      • Exécuter le script :
      • ./postinstall_pve6.sh

About

Script de post-installation pour Proxmox PVE

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%