Skip to content

Commit 84c77c8

Browse files
authored
Merge pull request #162 from VictorHarri-Chal/install-7z-rpi
[ADD] add p7zip-full packages on Debian
2 parents 6a8edf9 + 81d4f4b commit 84c77c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ if [ "$(uname)" = "Linux" ]; then
5555
sudo pip3 install conan
5656
if [ "$(dpkg --print-architecture)" = "arm64" ]; then
5757
sudo apt install -y \
58+
p7zip-full \
5859
pkg-config \
5960
libxkbfile-dev \
6061
xkb-data \

0 commit comments

Comments
 (0)