File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,14 @@ only Debian packages with apt-get.
49
49
$ curl https://github.com/geerlingguy/rpi-clone/blob/master/install | sudo bash
50
50
```
51
51
52
- You can also manually clone the project and copy the scripts into place, if you don't want to use the ` curl | sudo bash ` install method:
52
+ > Alternatively, you can manually install from source if you don't trust the ` curl | sudo bash ` install script:
53
+ >
54
+ > ```
55
+ > git clone https://github.com/geerlingguy/rpi-clone.git
56
+ > cd rpi-clone
57
+ > sudo cp rpi-clone rpi-clone-setup /usr/local/sbin
58
+ > ```
53
59
54
- ```
55
- $ git clone https://github.com/geerlingguy/rpi-clone.git
56
- $ cd rpi-clone
57
- $ sudo cp rpi-clone rpi-clone-setup /usr/local/sbin
58
- ```
59
60
Make sure `/usr/local/sbin` is in your $PATH and then run
60
61
`rpi-clone` or `rpi-clone-setup` with no args to print usage.
61
62
You can’t perform that action at this time.
0 commit comments