Skip to content

Commit

Permalink
Update the install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Sep 29, 2024
1 parent 26b8bba commit 11a1d9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions docs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,6 @@ main() {
shift
done

case "${version}" in
latest|main|[0123456789].[0123456789].[0123456789]) ;;
*) usage "Illegal version argument: ${version}" ;;
esac

case "${scheme}" in
home) local skupper_bin_dir="${TEST_INSTALL_PREFIX:-}${HOME}/.local/bin" ;;
opt) local skupper_bin_dir="${TEST_INSTALL_PREFIX:-}/opt/skupper/bin" ;;
Expand Down
5 changes: 0 additions & 5 deletions input/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,6 @@ main() {
shift
done

case "${version}" in
latest|main|[0123456789].[0123456789].[0123456789]) ;;
*) usage "Illegal version argument: ${version}" ;;
esac

case "${scheme}" in
home) local skupper_bin_dir="${TEST_INSTALL_PREFIX:-}${HOME}/.local/bin" ;;
opt) local skupper_bin_dir="${TEST_INSTALL_PREFIX:-}/opt/skupper/bin" ;;
Expand Down

0 comments on commit 11a1d9f

Please sign in to comment.