Fix small mistakes in several overlay bundles
This commit is contained in:
parent
85f5beef57
commit
894a06bd0d
@ -22,7 +22,7 @@ cd $MAIN_SRC_DIR/source/overlay
|
||||
|
||||
if [ ! "$USE_LOCAL_SOURCE" = "true" ] ; then
|
||||
# Downloading Dropbear source bundle file. The '-c' option allows the download to resume.
|
||||
echo "Downloading Links source bundle from $DOWNLOAD_URL"
|
||||
echo "Downloading Dropbear source bundle from $DOWNLOAD_URL"
|
||||
wget -c $DOWNLOAD_URL
|
||||
else
|
||||
echo "Using local Dropbear source bundle $MAIN_SRC_DIR/source/overlay/$ARCHIVE_FILE"
|
||||
|
@ -22,7 +22,7 @@ cd $MAIN_SRC_DIR/source/overlay
|
||||
|
||||
if [ ! "$USE_LOCAL_SOURCE" = "true" ] ; then
|
||||
# Downloading the Lua bundle file. The '-c' option allows the download to resume.
|
||||
echo "Downloading the Lua source bundle from $DOWNLOAD_URL"
|
||||
echo "Downloading Lua source bundle from $DOWNLOAD_URL"
|
||||
wget -c $DOWNLOAD_URL
|
||||
else
|
||||
echo "Using local Lua source bundle $MAIN_SRC_DIR/source/overlay/$ARCHIVE_FILE"
|
||||
|
0
src/minimal_overlay/bundles/util_linux/01_get.sh
Normal file → Executable file
0
src/minimal_overlay/bundles/util_linux/01_get.sh
Normal file → Executable file
0
src/minimal_overlay/bundles/util_linux/02_build.sh
Normal file → Executable file
0
src/minimal_overlay/bundles/util_linux/02_build.sh
Normal file → Executable file
0
src/minimal_overlay/bundles/util_linux/bundle.sh
Normal file → Executable file
0
src/minimal_overlay/bundles/util_linux/bundle.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user