Skip to content

Commit

Permalink
Remove realpath, comes built in to buster now #609
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft authored Oct 23, 2019
1 parent 6d08ff0 commit 8133cb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ Requirements
#. root privileges for chroot
#. Bash
#. git
#. realpath
#. sudo (the script itself calls it, running as root without sudo won't work)

Build OctoPi From within OctoPi / Raspbian / Debian / Ubuntu
Expand All @@ -75,7 +74,7 @@ OctoPi can be built from Debian, Ubuntu, Raspbian, or even OctoPi.
Build requires about 2.5 GB of free space available.
You can build it by issuing the following commands::

sudo apt-get install gawk util-linux realpath qemu-user-static git p7zip-full python3
sudo apt-get install gawk util-linux qemu-user-static git p7zip-full python3
git clone https://github.com/guysoft/CustomPiOS.git
git clone https://github.com/guysoft/OctoPi.git
Expand Down

0 comments on commit 8133cb9

Please sign in to comment.