Fix typo and add command in install script

This commit is contained in:
theonlyzac 2023-12-05 02:56:24 -05:00
parent a654cfd345
commit dae61d2c1f
No known key found for this signature in database
GPG Key ID: CE00BFB298808799

View File

@ -11,9 +11,10 @@ environment:
- CONFIGURATION: Release
install:
- sudo rm -f /var/lib/man-db/auto-update # makes build faster
- cd scripts
- sudo sh install_dependencies.sh
- sh setup_prodg_linux.sh
- sh setup_progd_linux.sh
- cd ..
build_script: