Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freddL/postinstall_pve

Script de post-installation pour Proxmox PVE
https://github.com/freddL/postinstall_pve

Last synced: about 2 months ago
JSON representation

Script de post-installation pour Proxmox PVE

Awesome Lists containing this project

README

        

# 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






  • Dans le cas d'un Proxmox 4 en Entreprise derrière un proxy :

    • Télécharger le script :

    • https_proxy="http://IP_PROXY:PORT/" wget -c https://raw.githubusercontent.com/freddL/postinstall_pve/master/postinstall_pve4.sh -O postinstall.sh
    • Rendre le script exécutable :

    • chmod +x postinstall.sh
    • Exécuter le script :

    • ./postinstall.sh



  • Dans le cas d'un Proxmox 5 en Entreprise derrière un proxy :

    • Télécharger le script :

    • https_proxy="http://IP_PROXY:PORT/" wget -c https://raw.githubusercontent.com/freddL/postinstall_pve/master/postinstall_pve5.sh -O postinstall.sh
    • Rendre le script exécutable :

    • chmod +x postinstall.sh
    • Exécuter le script :

    • ./postinstall.sh



  • Dans le cas d'un Proxmox 6 en Entreprise derrière un proxy :

    • Télécharger le script :

    • https_proxy="http://IP_PROXY:PORT/" wget -c https://raw.githubusercontent.com/freddL/postinstall_pve/master/postinstall_pve6.sh -O postinstall.sh
    • Rendre le script exécutable :

    • chmod +x postinstall.sh
    • Exécuter le script :

    • ./postinstall.sh




  • nb : la syntaxe des scripts testée avec https://www.shellcheck.net/