From 6a28ad2735884397b1359e58f7b77cee5e9e8a7a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 31 Dec 2021 15:41:33 +0100 Subject: [PATCH] Add KolourPaint --- README.md | 5 +++++ installGlobalScript.sh | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index e8d7e19..a928bb8 100644 --- a/README.md +++ b/README.md @@ -157,3 +157,8 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu ```bash wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installSignal.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ``` + +- Installe KolourPaint (Paint sur Linux) + ```bash + sudo snap install kolourpaint + ``` diff --git a/installGlobalScript.sh b/installGlobalScript.sh index 74e6843..73d5f8b 100644 --- a/installGlobalScript.sh +++ b/installGlobalScript.sh @@ -90,6 +90,10 @@ then # Install Signal bash installSignal.sh + # Install KolourPaint + sudo snap install kolourpaint + echo -e "\nKolourPaint installed! 🎉" + # Infos echo -e "\n\nTake care, you may need to install manually some others stuff, check the README (and the logs) of" echo "the project => https://git.kennel.ml/Anri/myLinuxConfiguration/src/branch/main/README.md"