mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
#1116 clean download directory
This commit is contained in:
@@ -114,7 +114,8 @@ if [ "${mode}" = "secure" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# change into download directory
|
# clean & change into download directory
|
||||||
|
sudo rm -r ${downloadDir}/*
|
||||||
cd "${downloadDir}"
|
cd "${downloadDir}"
|
||||||
|
|
||||||
# extract the SHA256 hash from the manifest file for the corresponding platform
|
# extract the SHA256 hash from the manifest file for the corresponding platform
|
||||||
@@ -182,7 +183,8 @@ if [ "${mode}" = "reckless" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# change into download directory
|
# clean & change into download directory
|
||||||
|
sudo rm -r ${downloadDir}/*
|
||||||
cd "${downloadDir}"
|
cd "${downloadDir}"
|
||||||
|
|
||||||
# download binary
|
# download binary
|
||||||
|
Reference in New Issue
Block a user