Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbintb committed Oct 29, 2024
1 parent f0940ef commit d3613b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .plugin/02-pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_package() {
fi
rm "$TXZ_PATH"
else
curl "$URL" --create-dirs -o "$TXZ_PATH"
curl -L "$URL" --create-dirs -o "$TXZ_PATH"
#wget "$URL" -O "$TXZ_PATH"
fi
fi
Expand Down

0 comments on commit d3613b7

Please sign in to comment.