Update setup

This commit is contained in:
basshound 2024-04-30 19:37:31 +00:00
parent b1040bfa5a
commit 34f4bc0674
1 changed files with 7 additions and 6 deletions

13
setup
View File

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