Skip to content

Commit

Permalink
[Fixed] 3D packages installation for KiCad 8
Browse files Browse the repository at this point in the history
Must pull the packages from backports
  • Loading branch information
set-soft committed Sep 17, 2024
1 parent 8b72201 commit b0e8c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ki8/kicad_3d_install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
apt-get -y update
apt-get -y install --no-install-recommends kicad-packages3d
apt-get install -y -t bookworm-backports --no-install-recommends kicad-packages3d
rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion ki8_full/kicad_3d_install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
apt-get -y update
apt-get -y install --no-install-recommends kicad-packages3d
apt-get install -y -t bookworm-backports --no-install-recommends kicad-packages3d
rm -rf /var/lib/apt/lists/*

0 comments on commit b0e8c35

Please sign in to comment.