Skip to content

Commit

Permalink
fix(webinstall): Fix repo link in install script (#1459)
Browse files Browse the repository at this point in the history
Reviewed-by: Alexander Jung <[email protected]>
Approved-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung authored Mar 26, 2024
2 parents 725f0f8 + 73cadc2 commit ba7d230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/webinstall/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ install_linux_gnu() {
_ilg_msg=$(printf "error: %s%s%s" \
"Unsupported Linux distribution. " \
"Try downloading the tar.gz file from " \
"https://github/unikraft/kraftkit or switch to manual mode" \
"https://github.com/unikraft/kraftkit or switch to manual mode" \
)
err "$_ilg_msg"
fi
Expand All @@ -1102,7 +1102,7 @@ install_linux_musl() {
_ilm_msg=$(printf "error: %s%s%s" \
"Unsupported Linux distribution. " \
"Try downloading the tar.gz file from " \
"https://github/unikraft/kraftkit or switch to manual mode" \
"https://github.com/unikraft/kraftkit or switch to manual mode" \
)
err "$_ilm_msg"
fi
Expand Down

0 comments on commit ba7d230

Please sign in to comment.