ecdye / zram-config

A complete zram-config utility for swap, directories, and logs to reduce SD, NAND and eMMC block wear.
MIT License
447 stars 54 forks source link

install.bash should cleanup after itself #61

Closed claudenobs closed 3 years ago

claudenobs commented 3 years ago

just installing stuff with apt install and not cleaning up isn't very nice...

i suggest adding a apt remove --auto-remove --purge git make gcc binutils cpp step

ecdye commented 3 years ago

i suggest adding a apt remove --auto-remove --purge git make gcc binutils cpp step

No, it is a very bad idea to do this as it would remove these packages if the user had installed them already. There is no reason to do this and it is very bad practice in a project to do so.