Skip to content

Commit

Permalink
Fix CI/CD, change shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
AkechiShiro committed Jul 2, 2023
1 parent 3d53788 commit 0439112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env -vS bash
#!/usr/bin/bash
set -x
cd nextcloud-client-appimage-daily || echo "Failed to CD" && exit 1
ls -lah
url="https://download.nextcloud.com/desktop/daily/linux/"
Expand Down

0 comments on commit 0439112

Please sign in to comment.