Skip to content

Commit

Permalink
accidentally overwrote install.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Gupta <[email protected]>
  • Loading branch information
kush-gupt committed Jan 31, 2025
1 parent 2619a16 commit 574ac2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ setup_ramalama() {
local binfile="ramalama"
local from_file="${binfile}"
local host="https://raw.githubusercontent.com"
local branch="main"
local url="${host}/kush-gupt/ramalama/${branch}/bin/${from_file}"
local branch="${BRANCH:-s}"
local url="${host}/containers/ramalama/${branch}/bin/${from_file}"
local to_file="${2}/${from_file}"

if [ "$os" == "Darwin" ]; then
Expand Down

0 comments on commit 574ac2a

Please sign in to comment.