osu-lazer: fix update.sh script

This commit is contained in:
Thiago Kenji Okada 2024-02-12 13:03:50 +00:00
parent 1b9f9aae1a
commit b6dd7c8c7b

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -I nixpkgs=../../../. -i bash -p curl jq common-updater-scripts
#!nix-shell -I nixpkgs=./. -i bash -p curl jq common-updater-scripts
set -eo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"