#!/bin/bash

cd ~/.config/GIMP &&
wget https://ufficiozero.mirror.garr.it/3rd-party-software/photogimp/photogimp.tar.gz &&
tar -xvzf photogimp.tar.gz &&
rsync -avr photogimp/ 2.10
