mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +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
|
# Another take on my install script, but using symlinks and with a chance of
|
||||||
# replacing the other ones.
|
# replacing the other ones.
|
||||||
|
|
||||||
set +x
|
set -x
|
||||||
# Tails appears to come with lsb_release and return Tails
|
# Tails appears to come with lsb_release and return Tails
|
||||||
export DISTROID="$(lsb_release -si)"
|
export DISTROID="$(lsb_release -si)"
|
||||||
|
|
||||||
@ -87,5 +87,5 @@ ln -nsfv $SHELL_THINGS_REPO $HOME/.shell-things
|
|||||||
# Let's go home
|
# Let's go home
|
||||||
cd
|
cd
|
||||||
|
|
||||||
set -x
|
set +x
|
||||||
# vim: filetype=bash
|
# vim: filetype=bash
|
||||||
|
Loading…
Reference in New Issue
Block a user