Skip to content

Commit

Permalink
Update images/linux/scripts/helpers/install.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Vasilii Polikarpov <126792224+vpolikarpov-akvelon@users.noreply.github.com>
  • Loading branch information
erik-bershel and vpolikarpov-akvelon committed Nov 2, 2023
1 parent 1b0d9e6 commit 32e7416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/linux/scripts/helpers/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ get_hash_from_remote_file() {
exit 1
fi

matching_line=$(curl -fsSL "$url" | sed 's/ \{1,\}/ /g' | tr -d '`')
matching_line=$(curl -fsSL "$url" | sed 's/ */ /g' | tr -d '`')
for keyword in "${keywords[@]}"; do
matching_line=$(echo "$matching_line" | grep "$keyword")
done
Expand Down

0 comments on commit 32e7416

Please sign in to comment.