Skip to content

Commit

Permalink
Update UsefulShellTricks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusdemora authored Nov 1, 2024
1 parent 57df344 commit f171b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UsefulShellTricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* [Verify a file system is mounted with `findmnt` - *before trying to use it*!](#verify-file-system-is-mounted)
* [How to "roll back" an `apt upgrade`](#how-to-roll-back-an-apt-upgrade) (coming soon)
* [Should I use `scp`, or `sftp`?](#scp-vs-sftp)
* [So you want to remove `rpi-eeprom` package & save 25MB?](#want-to-remove-the-rpi-eeprom-package-tough-shit-say-the-raspberries)
* [So you want to remove `rpi-eeprom` package & save 25MB?](#remove-the-rpi-eeprom-package)
* [REFERENCES:](#references)


Expand Down Expand Up @@ -1273,8 +1273,8 @@ Personally, I feel `sftp` is better-suited to a situation where perhaps many fil
[****](#table-of-contents)
##### Remove the rpi-eeprom package?
## Want to remove the `rpi-eeprom` package? - ***"tough shit"***, *say The Raspberries*
###### Remove the rpi-eeprom package?
If you have a Raspberry Pi model Zero, 1, 2 or 3, you have no need for the `rpi-eeprom` package. It's useful ***only*** on the RPi 4 and RPi 5 because they are the only two models with,,, EEPROM! But if you try to use `apt` to remove (or purge) `rpi-eeprom`, you'll find that `rpi-eeprom` has been carelessly (stupidly?) packaged in such a way that several useful utilities will be swept out with it!
Expand Down

0 comments on commit f171b3c

Please sign in to comment.