mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-09 18:19:23 +01:00
install-on-tails.bash: the set flags were swapped?
This commit is contained in:
parent
aa3e5422d9
commit
35f0907c52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user