kicad with flatpak
This commit is contained in:
parent
c03748ae2b
commit
a1247e5eeb
|
@ -415,6 +415,14 @@ sudo add-apt-repository --yes ppa:kicad/kicad-dev-nightly
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y kicad-nightly
|
||||
|
||||
sudo apt-get install flatpak
|
||||
# KiCad stable
|
||||
flatpak install --from https://flathub.org/repo/appstream/org.kicad.KiCad.flatpakref
|
||||
# KiCad testing
|
||||
flatpak install --from https://flathub.org/beta-repo/appstream/org.kicad.KiCad.flatpakref
|
||||
# flatpak run org.kicad.KiCad//stable
|
||||
# flatpak run org.kicad.KiCad//beta
|
||||
|
||||
# KiBot
|
||||
wget https://set-soft.github.io/debian/kibot.list
|
||||
sudo mv kibot.list /etc/apt/sources.list.d/
|
||||
|
|
Loading…
Reference in New Issue
Block a user