We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a0af6 commit ef84957Copy full SHA for ef84957
build/build-SD-armbian.sh
@@ -31,7 +31,7 @@ prepare_dirs # tmp cache output
31
32
# get latest armbian
33
[[ -d armbian ]] || {
34
- git clone --depth 1 --branch "$(cat "${0}/../armbian/armbian_version")" https://github.com/armbian/build armbian
+ git clone --depth 1 --branch "$(cat "$(dirname "${0}")/armbian/armbian_version")" https://github.com/armbian/build armbian
35
}
36
#( cd armbian && git pull --ff-only --tags && git checkout v23.02 )
37
#sed -i -e '/export rootfs_size=/s/du -sm/du --apparent-size -sm/' armbian/lib/functions/image/partitioning.sh
0 commit comments