Skip to content

Commit

Permalink
Merge pull request #162 from VictorHarri-Chal/install-7z-rpi
Browse files Browse the repository at this point in the history
[ADD] add p7zip-full packages on Debian
  • Loading branch information
nlbxyz authored Nov 8, 2022
2 parents 6a8edf9 + 81d4f4b commit 84c77c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ if [ "$(uname)" = "Linux" ]; then
sudo pip3 install conan
if [ "$(dpkg --print-architecture)" = "arm64" ]; then
sudo apt install -y \
p7zip-full \
pkg-config \
libxkbfile-dev \
xkb-data \
Expand Down

0 comments on commit 84c77c8

Please sign in to comment.