Skip to content

Commit 86449cd

Browse files
committed
Update p7zip-full requirement
1 parent ce2172d commit 86449cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ElectricSheepPi can be built from Debian, Ubuntu, Raspbian.
5757
Build requires about 2.5 GB of free space available.
5858
You can build it by issuing the following commands::
5959

60-
sudo apt-get install realpath qemu-user-static
60+
sudo apt-get install realpath p7zip-full qemu-user-static
6161
6262
git clone https://github.com/guysoft/CustomPiOS.git
6363
git clone https://github.com/guysoft/ElectricSheepPi.git

src/vagrant/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
sudo apt-get update
3-
sudo apt-get install -y gawk util-linux realpath git qemu-user-static unzip zip
3+
sudo apt-get install -y gawk util-linux realpath git qemu-user-static p7zip-full unzip zip
44

0 commit comments

Comments
 (0)