From 854561af3d0313466cfea807da7a9ae274d33801 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 20 Mar 2025 16:02:30 +0200 Subject: [PATCH] snap-browsers.bash: set x --- bash/snap-browsers.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bash/snap-browsers.bash b/bash/snap-browsers.bash index 3d617ba..9531792 100755 --- a/bash/snap-browsers.bash +++ b/bash/snap-browsers.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash - +set -x # I am not a fan of Snap in general due to issues such as one allowed # repository allowed at a time, closed source server, issues when running # without a desktop environment, but with web browsers it beats flatpak for @@ -73,3 +73,5 @@ if [[ ! -f "/usr/bin/vivaldi" ]] && [[ ! -f "/usr/bin/vivaldi-snapshot" ]]; then snap install vivaldi fi fi + +set +x