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 39d1055 commit 57f120aCopy full SHA for 57f120a
1 file changed
mlc-r2-downloader.sh
@@ -244,10 +244,8 @@ install_cloudflared() {
244
exit 1
245
fi
246
247
- # Make it executable (only on Unix-like systems)
248
- if [[ "$OS" != "cygwin" ]]; then
249
- chmod +x "$BINARY_NAME"
250
- fi
+ # Make it executable
+ chmod +x "$BINARY_NAME"
251
252
# Create install directory if it doesn't exist (only for Cygwin)
253
if [[ "$OS" == "cygwin" ]]; then
@@ -843,4 +841,4 @@ $HASH_CHECKER -c "$HASHES_FILE_NAME" || { echo "Error: Hash verification failed"
843
841
cd "$old_wd" || { echo "Error: Failed to return to original directory" >&2; exit 1; }
844
842
845
echo "Checksum verification completed successfully!"
846
-echo "All files have been downloaded and verified in: $download_dir"
+echo "All files have been downloaded and verified in: $download_dir"
0 commit comments