set -e option, so that we fail as early as possible
This commit is contained in:
parent
ebc0610736
commit
13183254e1
4 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#! /bin/sh
|
||||
# fail immediately on error
|
||||
set -e
|
||||
|
||||
# root part
|
||||
curl -RLSsf1 https://github.com/schtobia/bootstrap/raw/master/bootstrap-root.sh | sudo -SEH bash -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue