desktop-ubuntu/_installs/inkscape.sh

12 lines
189 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02:00
#!/usr/bin/zsh
# install latest inkscape
# as per https://inkscape.org/release
sudo add-apt-repository -y \
ppa:inkscape.dev/stable
sudo apt update -y
sudo apt install -y \
inkscape