Skip to content

Commit

Permalink
vivaldi: Fix chatty update script
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed May 14, 2019
1 parent 3b3bfdb commit a9c7679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/vivaldi/update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p libarchive curl common-updater-scripts

set -xeu -o pipefail
set -eu -o pipefail

cd "$(dirname "${BASH_SOURCE[0]}")"
root=../../../../..
Expand Down

0 comments on commit a9c7679

Please sign in to comment.