desktop-ubuntu/_installs/inkscape.sh

12 lines
189 B
Bash
Executable File

#!/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