Skip to content

Commit

Permalink
chore(release): prepare for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Jan 28, 2025
1 parent d337446 commit 1d053f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e

VERSION="v1.3.0"
VERSION="v1.4.0"

error_msg() {
printf "\033[1;31m%s\033[0m\n" "$1"
Expand All @@ -16,7 +16,6 @@ if ! command -v stow >/dev/null; then
fi

DOTFILES="$HOME/jeev-dotfiles"
DOTFILES_CONFIG="$DOTFILES/.config"
CONFIG_DIR="$HOME/.config"
TEMP_FILE=$(mktemp) || error_msg "Cannot create temp file"
ESCALATION_TOOL=$(command -v doas || command -v sudo || error_msg "No escalation tool found")
Expand Down

0 comments on commit 1d053f8

Please sign in to comment.