Skip to content

Commit

Permalink
chore(release): prepare for v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Feb 1, 2025
1 parent 611674c commit efc341b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e

VERSION="v1.4.1"
VERSION="v1.4.2"

error_msg() {
printf "\033[1;31m%s\033[0m\n" "$1"
Expand All @@ -20,9 +20,9 @@ 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")

#curl -Lo "$TEMP_FILE" "https://github.com/jeevithakannan2/dotfiles/archive/refs/tags/${VERSION}.tar.gz"
#mkdir -p "$DOTFILES"
#tar xf "$TEMP_FILE" --strip-components=1 --directory="$DOTFILES"
curl -Lo "$TEMP_FILE" "https://github.com/jeevithakannan2/dotfiles/archive/refs/tags/${VERSION}.tar.gz"
mkdir -p "$DOTFILES"
tar xf "$TEMP_FILE" --strip-components=1 --directory="$DOTFILES"
cd "$DOTFILES"
mkdir -p "$CONFIG_DIR"

Expand Down

0 comments on commit efc341b

Please sign in to comment.