Skip to content

Commit

Permalink
Update to work with guysoft/CustomPiOS#8
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Oct 13, 2017
1 parent b23a5f0 commit 511176d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ FullPageOS can be built from Debian, Ubuntu, Raspbian, or even FullPageOS.
Build requires about 2.5 GB of free space available.
You can build it by issuing the following commands::

sudo apt-get install realpath qemu-user-static
sudo apt-get install realpath p7zip-full qemu-user-static
git clone https://github.com/guysoft/CustomPiOS.git
git clone https://github.com/guysoft/FullPageOS.git
Expand Down
2 changes: 1 addition & 1 deletion src/vagrant/setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
sudo apt-get update
sudo apt-get install -y gawk util-linux realpath git qemu-user-static unzip zip
sudo apt-get install -y gawk util-linux realpath git qemu-user-static p7zip-full unzip zip

0 comments on commit 511176d

Please sign in to comment.