Add KolourPaint

This commit is contained in:
Mylloon 2021-12-31 15:41:33 +01:00
parent f4bcd44353
commit 6a28ad2735
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 9 additions and 0 deletions

View file

@ -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
```

View file

@ -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"