mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
updated command for raspberry (#435)
updated cp command, otherwise /opt/opt/... will be created...
This commit is contained in:
parent
d5b6881715
commit
f3a1a15324
@ -18,7 +18,7 @@ and copies the required files to the correct place. The firmware directory can b
|
|||||||
```
|
```
|
||||||
export FIRMWARE_DIR="raspberrypi-firmware"
|
export FIRMWARE_DIR="raspberrypi-firmware"
|
||||||
git clone --depth 1 https://github.com/raspberrypi/firmware.git "$FIRMWARE_DIR"
|
git clone --depth 1 https://github.com/raspberrypi/firmware.git "$FIRMWARE_DIR"
|
||||||
sudo cp -R "$FIRMWARE_DIR/hardfp/opt/" /opt
|
sudo cp -R "$FIRMWARE_DIR/hardfp/opt/" /
|
||||||
```
|
```
|
||||||
|
|
||||||
## Arch
|
## Arch
|
||||||
|
Loading…
Reference in New Issue
Block a user