dev: automated commit - 2025-07-24 13:40:03

This commit is contained in:
Mariano Z. 2025-07-24 13:40:03 -03:00
parent bd3134a13b
commit c3108ddadf
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -6,7 +6,7 @@ BINARY_PATH="$TARGET_DIR/$BINARY_NAME"
if [ ! -x "$BINARY_PATH" ]; then
notify-send "📦 Installing $BINARY_NAME" "Installing from $MODULE_URL..."
GO111MODULE=on GOBIN="$TARGET_DIR" go install "$MODULE_URL@latest" || {
GO111MODULE=on GOBIN="$TARGET_DIR" go install "$MODULE_URL@master" || {
notify-send -u critical "Installation Failed" "Failed to install $BINARY_NAME from $MODULE_URL"
exit 1
}