Orange-Cyberdefense / GOAD

game of active directory
GNU General Public License v3.0
4.63k stars 652 forks source link

Fix issues with setup_proxmox.sh #151

Closed mubix closed 7 months ago

mubix commented 7 months ago

Fixes the screen issues talked about in #148

mubix commented 7 months ago

Also the mode on setup_proxmox.sh should be executable like the other scripts.

mubix commented 7 months ago

After this script runs I still get this:

    [!] ansible-core is not installed consider doing :
        python3 -m pip install ansible-core==2.12.6
    [!] pywinrm  is not install consider doing :
        python3 -m pip install pywinrm
[!] Check is not ok, please fix the errors and retry
[-] You could also run the setup script

Because venv deactivates when the script is done (I believe).