mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-05-14 02:17:37 +02:00
snap-browsers.bash: set x
This commit is contained in:
parent
4782f57712
commit
854561af3d
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -x
|
||||||
# I am not a fan of Snap in general due to issues such as one allowed
|
# 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
|
# repository allowed at a time, closed source server, issues when running
|
||||||
# without a desktop environment, but with web browsers it beats flatpak for
|
# 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
|
snap install vivaldi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set +x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user