Add KolourPaint
This commit is contained in:
parent
f4bcd44353
commit
6a28ad2735
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue