This commit is contained in:
Olivier 2025-05-14 21:02:27 +02:00
parent 56ee0c5022
commit f7896a39b9

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
UPDATED="2025-05-02" UPDATED="2025-05-14"
DISABLE=0 # disable options DISABLE=0 # disable options
ENABLE=1 # enable options ENABLE=1 # enable options
@ -13,7 +13,7 @@ CONFIGMOD=0 # enable all mod config
SCRATCH=0 # perform from scratch (remove preexisting content) SCRATCH=0 # perform from scratch (remove preexisting content)
UNCOMPRESS=1 # perform uncompress if already exist UNCOMPRESS=1 # perform uncompress if already exist
CLEANUP=1 # perform folder cleanup CLEANUP=1 # perform folder cleanup
SECURED=1 # enable/disable security SECURED=0 # enable/disable security
CLANG=0 # use Clang compiler (if not, use GCC) CLANG=0 # use Clang compiler (if not, use GCC)
TESTING=0 # add testing options TESTING=0 # add testing options
NVIDIA=1 # add support for nvidia NVIDIA=1 # add support for nvidia