From 1d053f806f5fddee7e91752d3d7010219690cfe4 Mon Sep 17 00:00:00 2001 From: Jeevitha Kannan K S Date: Tue, 28 Jan 2025 10:10:44 +0530 Subject: [PATCH] chore(release): prepare for v1.4.0 --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fe7d339..5ad66da 100755 --- a/install.sh +++ b/install.sh @@ -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" @@ -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")