diff --git a/scripts/alpine.sh b/scripts/alpine.sh index 04481ebe..53b61da6 100755 --- a/scripts/alpine.sh +++ b/scripts/alpine.sh @@ -1,3 +1,5 @@ +# The work in this file is derived from https://github.com/pavel-demin/red-pitaya-notes. Please respect the accompanying license. + # Check if we are root, since chroot doesn't work otherwise if [ "$(id -u)" -ne 0 ]; then echo 'This script must be run by root. Please execute `sudo -s` to do so.' >&2