Skip to content

Commit

Permalink
Fix installer.sh for chroot install
Browse files Browse the repository at this point in the history
  • Loading branch information
01micko committed Feb 2, 2021
1 parent d48a27d commit 9fbefd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Expand Up @@ -4,7 +4,7 @@
SYSROOT=${SYSROOT:-''}

[ -n "$SYSROOT" ] && \
[ "${SYSROOT:0:1}" = '/' ] && \
[ "${SYSROOT:0:1}" != '/' ] && \
echo "Error: $SYSROOT: must be absolute path to install Pkg" && exit 1

# get version from current dir
Expand Down

0 comments on commit 9fbefd5

Please sign in to comment.