removed the need for password for user

This commit is contained in:
2023-12-28 01:23:20 +02:00
parent 2ae1d28f45
commit 43aa9927bf
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/zsh
docker build -t garrys-mod:latest .
docker build -t garrys-mod:latest . --label type=GAME

2
steam/insurgency-sandstorm/create.sh Normal file → Executable file
View File

@@ -1,2 +1,2 @@
#!/bin/zsh
docker build -t insugency-sandstorm:latest .
docker build -t insugency-sandstorm:latest . --label type=GAME