Skip to content

Commit

Permalink
Add copyright notice to alpine.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschumacher authored Feb 16, 2022
1 parent 65cc5e3 commit 28a5819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/alpine.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 28a5819

Please sign in to comment.