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 648893c commit b087b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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?](#want-to-remove-the-rpi-eeprom-package-to-save-25mb-tough-shit-say-the-raspberries)
* [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)
###### Want to Remove the `rpi-eeprom` package? "Tough shit", say the Raspberries
## Want to remove the `rpi-eeprom` package? - ***"tough shit"***, *say The Raspberries*
###### Want to Remove the `rpi-eeprom` package to save 25MB? "Tough shit", say the Raspberries
## Want to remove the `rpi-eeprom` package? - ***"Tough shit"***, *say The Raspberries*
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 b087b40

Please sign in to comment.