Update setup

This commit is contained in:
basshound 2024-04-30 18:49:46 +00:00
parent 2d7cca390c
commit bf5f7da26e
1 changed files with 6 additions and 3 deletions

9
setup
View File

@ -5,6 +5,9 @@ cd "$(dirname "$0")"
docker build -t ut4hubserver . docker build -t ut4hubserver .
mkdir paks mkdir paks
./pakfilelist ./pakfilelist
chmod -R 777 paks chown -R $USER:$USER paks
chmod -R 777 config chown -R $USER:$USER config
chmod -R 777 rulesets chown -R $USER:$USER rulesets
chmod -R 755 paks
chmod -R 755 config
chmod -R 755 rulesets