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