diff --git a/config/.config/sdm-ui.yaml b/config/.config/sdm-ui.yaml index b68fbce..f4d013f 100644 Binary files a/config/.config/sdm-ui.yaml and b/config/.config/sdm-ui.yaml differ diff --git a/local-bin/.local/bin/code.sh b/local-bin/.local/bin/code.sh index 47f5373..df57521 100755 --- a/local-bin/.local/bin/code.sh +++ b/local-bin/.local/bin/code.sh @@ -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 }