File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
## rpi-clone
2
- Latest version: 2.0.23
3
2
4
3
This updated code is located in a fork of Bill Willsons git repository
5
- https://github.com/billw2/rpi-clone at https://github.com/framps /rpi-clone
4
+ https://github.com/billw2/rpi-clone at https://github.com/geerlingguy /rpi-clone
6
5
7
6
Version 2 is a complete rewrite with improved capability over
8
7
the original. See the examples below.
@@ -48,7 +47,7 @@ only Debian packages with apt-get.
48
47
49
48
#### On a Raspberry Pi:
50
49
```
51
- $ git clone https://github.com/framps /rpi-clone.git
50
+ $ git clone https://github.com/geerlingguy /rpi-clone.git
52
51
$ cd rpi-clone
53
52
$ sudo cp rpi-clone rpi-clone-setup /usr/local/sbin
54
53
```
@@ -69,7 +68,7 @@ add them to the rpi-clone-setup script.
69
68
To install on another OS, rpi-clone may be renamed to suit. For example,
70
69
on my Debian desktop I rename:
71
70
```
72
- $ git clone https://github.com/framps /rpi-clone.git
71
+ $ git clone https://github.com/geerlingguy /rpi-clone.git
73
72
$ cd rpi-clone
74
73
$ sudo cp rpi-clone /usr/local/sbin/sys-clone
75
74
$ sudo cp rpi-clone-setup /usr/local/sbin/sys-clone-setup
@@ -711,5 +710,4 @@ Ok to proceed with the clone? (yes/no):
711
710
712
711
713
712
## Author
714
- Bill Wilson
715
- billw--at--gkrellm.net
713
+ Original author: Bill Wilson (billw--at--gkrellm.net)
You can’t perform that action at this time.
0 commit comments