mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
vivaldi: Fix chatty update script
This commit is contained in:
parent
3b3bfdb4c9
commit
a9c7679ace
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
#!nix-shell -i bash -p libarchive curl common-updater-scripts
|
#!nix-shell -i bash -p libarchive curl common-updater-scripts
|
||||||
|
|
||||||
set -xeu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||||
root=../../../../..
|
root=../../../../..
|
||||||
|
Loading…
Reference in New Issue
Block a user