Skip to content

Commit

Permalink
Update functions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 authored Sep 9, 2024
1 parent 47a1fc5 commit 48c05e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@ function curlfriend() {
LATESTURL="`curl --connect-timeout 5 -skL -w %{url_effective} -o /dev/null "https://github.com/PeterSuh-Q3/tcrpfriend/releases/latest"`"
FRTAG="${LATESTURL##*/}"
echo "FRIEND TAG is ${FRTAG}"
curl -kLO# "https://github.com/PeterSuh-Q3/tcrpfriend/releases/download/${TAG}/chksum" \
curl -kLO# "https://github.com/PeterSuh-Q3/tcrpfriend/releases/download/${FRTAG}/chksum" \
-O "https://github.com/PeterSuh-Q3/tcrpfriend/releases/download/${FRTAG}/bzImage-friend" \
-O "https://github.com/PeterSuh-Q3/tcrpfriend/releases/download/${FRTAG}/initrd-friend"

Expand Down

0 comments on commit 48c05e1

Please sign in to comment.