Skip to content

Commit

Permalink
update to Gimp 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
LuPro committed Jan 22, 2021
1 parent d633fbd commit 9749e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ main() {
exit 1
fi

version='2.8'
version='2.10'
gimp_path_version_string=$($gimp_path --version)
if echo "$gimp_path_version_string" | grep -qvF "$version"; then
printf "${YELLOW}Gimp version is not installed!${NORMAL} Please install Gimp $version first!\n"
Expand All @@ -44,7 +44,7 @@ main() {
exit 1
}

gimp_ps_directory="$HOME/.gimp-$version"
gimp_ps_directory="$HOME/.config/GIMP/$version"

# Backup previous directory, if any
if [ -e "$gimp_ps_directory" ]; then
Expand Down

0 comments on commit 9749e32

Please sign in to comment.