Skip to content

Commit 28a5819

Browse files
Add copyright notice to alpine.sh script
1 parent 65cc5e3 commit 28a5819

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/alpine.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# The work in this file is derived from https://github.com/pavel-demin/red-pitaya-notes. Please respect the accompanying license.
2+
13
# Check if we are root, since chroot doesn't work otherwise
24
if [ "$(id -u)" -ne 0 ]; then
35
echo 'This script must be run by root. Please execute `sudo -s` to do so.' >&2

0 commit comments

Comments
 (0)