bootstrap/bootstrap.sh

10 lines
265 B
Bash
Raw Normal View History

2017-10-12 14:02:17 +02:00
#! /bin/sh
# fail immediately on error
set -e
2017-10-12 14:02:17 +02:00
2018-11-23 10:10:17 +01:00
# root part
curl -RLSsf1 https://github.com/schtobia/bootstrap/raw/master/bootstrap-root.sh | sudo -SEH bash -
2018-03-07 16:27:52 +01:00
2018-11-23 10:10:17 +01:00
# userspace part
2018-11-23 09:57:23 +01:00
curl -RLSsf1 https://github.com/schtobia/bootstrap/raw/master/bootstrap-user.sh | bash -