removes deb-pkgs folder after install

This commit is contained in:
Tau 2024-02-01 03:07:30 +01:00
parent c42e88c537
commit 0c109d997f

View file

@ -2,3 +2,4 @@ name: install-debs
type: shell type: shell
commands: commands:
- bash /deb-pkgs/install-debs.sh - bash /deb-pkgs/install-debs.sh
- rm -rf /deb-pkgs