Make install a little bit less aggressive
I think that it's better to let people use the script without having to install it in their systems permamnently
This commit is contained in:
parent
17346f5d02
commit
26ec7f16a4
|
@ -29,12 +29,11 @@ If using Ubuntu, you will likely see an error about `e2fsck` being out of date a
|
|||
```bash
|
||||
wget https://raw.githubusercontent.com/Drewsif/PiShrink/master/pishrink.sh
|
||||
chmod +x pishrink.sh
|
||||
sudo mv pishrink.sh /usr/local/bin
|
||||
```
|
||||
|
||||
## Example ##
|
||||
```bash
|
||||
[user@localhost PiShrink]$ sudo pishrink.sh pi.img
|
||||
[user@localhost PiShrink]$ sudo ./pishrink.sh pi.img
|
||||
e2fsck 1.42.9 (28-Dec-2013)
|
||||
Pass 1: Checking inodes, blocks, and sizes
|
||||
Pass 2: Checking directory structure
|
||||
|
|
Loading…
Reference in New Issue