Skip to content

Commit

Permalink
remove web_get of chunkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed Apr 30, 2024
1 parent 829ee31 commit 1b745a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -2132,11 +2132,8 @@ function get_macos() {
CWD="$(dirname "${0}")"
if [ -x "${CWD}/chunkcheck" ]; then
CHUNKCHECK="${CWD}/chunkcheck"
elif [ -x "$(command -v chunkcheck)" ]; then
elif [ -x "$(command -v chunkcheck)" ]; then
CHUNKCHECK="$(command -v chunkcheck)"
else
web_get "https://raw.githubusercontent.com/quickemu-project/quickemu/master/chunkcheck" "${HOME}/.quickemu"
CHUNKCHECK="${HOME}/.quickemu/chunkcheck"
fi

if [ -z "${CHUNKCHECK}" ]; then
Expand Down

0 comments on commit 1b745a0

Please sign in to comment.