home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fc1b4246988a77fbc977f4dc5c5dfd9911ea21b4
parent b527d2f3134f6a16a05feac5f2ff907c21a926bf
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 29 Apr 2020 01:24:03 +0200

install.sh: remove -u

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Minstall.sh | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/install.sh b/install.sh @@ -4,11 +4,7 @@ # as much as possible. # curl https://gitlab.com/vdemeester/home/-/raw/master/install.sh | sh -set -euo pipefail - -name="" -disk="" -swap="" +set -eo pipefail read -p "Hostname: " name read -p "Disk:" disk