install-on-tails.bash: the set flags were swapped?

This commit is contained in:
Aminda Suomalainen 2024-08-14 08:26:33 +03:00
parent aa3e5422d9
commit 35f0907c52
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -2,7 +2,7 @@
# Another take on my install script, but using symlinks and with a chance of
# replacing the other ones.
set +x
set -x
# Tails appears to come with lsb_release and return Tails
export DISTROID="$(lsb_release -si)"
@ -87,5 +87,5 @@ ln -nsfv $SHELL_THINGS_REPO $HOME/.shell-things
# Let's go home
cd
set -x
set +x
# vim: filetype=bash