Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Bob Massard <tbobm@protonmail.com>
  • Loading branch information
tbobm committed May 14, 2024
1 parent bfdc6c7 commit fdb0480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ download_release "$ASDF_INSTALL_VERSION" "$release_file"
# Extract contents of tar.gz file into the download directory
tar -xzf "$release_file" -C "$ASDF_DOWNLOAD_PATH" --strip-components=1 || fail "Could not extract $release_file"

ls "$ASDF_DOWNLOAD_PATH"

# Remove the tar.gz file since we don't need to keep it
rm "$release_file"
2 changes: 2 additions & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

set -euo pipefail
set -x

# TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for e1s.
GH_REPO="https://github.com/keidarcy/e1s"
Expand Down Expand Up @@ -38,6 +39,7 @@ list_all_versions() {

download_release() {
local version filename url
echo "RUNNING DOWNLOAD"
version="$1"
filename="$2"

Expand Down

0 comments on commit fdb0480

Please sign in to comment.