chore: Ensure folder is deleted in patch-gmod just command

This commit is contained in:
Kyle Gospodnetich 2023-09-01 16:04:46 -07:00
parent f230ea21d3
commit d901a8af9d
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ patch-gmod:
-P /tmp/patch-gmod
chmod +x /tmp/patch-gmod
/tmp/patch-gmod
rm -f /tmp/patch-gmod
rm -rf /tmp/patch-gmod
enable-vapor-theme:
#!/usr/bin/env bash

View File

@ -99,7 +99,7 @@ patch-gmod:
-P /tmp/patch-gmod
chmod +x /tmp/patch-gmod
/tmp/patch-gmod
rm -f /tmp/patch-gmod
rm -rf /tmp/patch-gmod
enable-vapor-theme:
#!/usr/bin/env bash