Skip to content

Commit

Permalink
added dotfiles-main.sh to download from main instead of from releases
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKooLit committed Sep 17, 2024
1 parent 0eaf01a commit 0488eb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"

# Check if Hyprland-Dots exists
printf "Downloading Hyprland dots from main for the Hyprland v0.42.0 update...\n"
printf "${NOTE} Downloading KooL's Hyprland Dots....\n"

if [ -d Hyprland-Dots ]; then
cd Hyprland-Dots
Expand All @@ -22,7 +22,7 @@ else
chmod +x copy.sh
./copy.sh
else
echo -e "Can't download Hyprland-Dots"
echo -e "$ERROR Can't download Hyprland-Dots"
fi
fi

Expand Down

0 comments on commit 0488eb8

Please sign in to comment.