Loading install.sh +1 −4 Original line number Diff line number Diff line #!/usr/bin/env bash set -eu IMG="/storage" [ ! -d "$IMG" ] && echo "Storage folder (${IMG}) not found!" && exit 69 FILE="$IMG/boot.img" [ -f "$FILE" ] && return rm -f "$FILE" echo "Downloading $BOOT..." Loading Loading
install.sh +1 −4 Original line number Diff line number Diff line #!/usr/bin/env bash set -eu IMG="/storage" [ ! -d "$IMG" ] && echo "Storage folder (${IMG}) not found!" && exit 69 FILE="$IMG/boot.img" [ -f "$FILE" ] && return rm -f "$FILE" echo "Downloading $BOOT..." Loading