desktop-debian/_installs/inkscape.sh

12 lines
189 B
Bash
Raw Normal View History

2024-01-04 01:00:22 +01: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