osu-lzer-bin: fix update-bin.sh script

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

View File

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