Skip to content

Commit 04232f6

Browse files
committed
A few changes for the geerlingguy fork.
1 parent f3fc1cf commit 04232f6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## rpi-clone
2-
Latest version: 2.0.23
32

43
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
65

76
Version 2 is a complete rewrite with improved capability over
87
the original. See the examples below.
@@ -48,7 +47,7 @@ only Debian packages with apt-get.
4847

4948
#### On a Raspberry Pi:
5049
```
51-
$ git clone https://github.com/framps/rpi-clone.git
50+
$ git clone https://github.com/geerlingguy/rpi-clone.git
5251
$ cd rpi-clone
5352
$ sudo cp rpi-clone rpi-clone-setup /usr/local/sbin
5453
```
@@ -69,7 +68,7 @@ add them to the rpi-clone-setup script.
6968
To install on another OS, rpi-clone may be renamed to suit. For example,
7069
on my Debian desktop I rename:
7170
```
72-
$ git clone https://github.com/framps/rpi-clone.git
71+
$ git clone https://github.com/geerlingguy/rpi-clone.git
7372
$ cd rpi-clone
7473
$ sudo cp rpi-clone /usr/local/sbin/sys-clone
7574
$ sudo cp rpi-clone-setup /usr/local/sbin/sys-clone-setup
@@ -711,5 +710,4 @@ Ok to proceed with the clone? (yes/no):
711710

712711

713712
## Author
714-
Bill Wilson
715-
billw--at--gkrellm.net
713+
Original author: Bill Wilson (billw--at--gkrellm.net)

0 commit comments

Comments
 (0)