Skip to content

Commit

Permalink
Merge pull request #524 from containers/new-files
Browse files Browse the repository at this point in the history
Add missing files to install.sh script
  • Loading branch information
rhatdan authored Dec 23, 2024
2 parents f3312c9 + 79eef4a commit 0b11f9b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ setup_ramalama() {
$sudo install -m755 -d "$syspath"
$sudo install -m755 "$to_file" "$ramalama_bin"

local python_files=("cli.py" "huggingface.py" "model.py" "ollama.py" "common.py" "__init__.py" \
"quadlet.py" "kube.py" "oci.py" "version.py" "shortnames.py" "toml_parser.py")

local python_files=("cli.py" "huggingface.py" "model.py" "ollama.py" \
"common.py" "__init__.py" "quadlet.py" "kube.py" \
"oci.py" "version.py" "shortnames.py" "toml_parser.py" \
"file.py" "http_client.py" "url.py" "annotations.py")

for i in "${python_files[@]}"; do
url="${host}/containers/ramalama/${branch}/ramalama/${i}"
download "$url" "$to_file"
Expand Down

0 comments on commit 0b11f9b

Please sign in to comment.