ecdye / zram-config

A complete zram-config utility for swap, directories, and logs to reduce SD, NAND and eMMC block wear.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install.bash should cleanup after itself

claudenobs opened this issue · comments

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

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.