Add update script. #68

Merged
krzysiej merged 1 commits from feature/gitea-action into master 2026-02-09 15:04:22 +01:00
Showing only changes of commit 88daeef9ec - Show all commits

View File

@@ -1,2 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
bin/cli rm -rf var/cache echo "Cleaning cache"
bin/cli rm -rf var/cache
echo "cache cleaned"