monome / norns-image

79 stars 16 forks source link

setup: Add purge to autoremove #33

Closed simonvanderveldt closed 6 years ago

artfwo commented 6 years ago

:+1:

@simonvanderveldt would you like to move the whole packages installation/removal into one place? could be setup.sh or (better) a separate script, install-packages.sh or something?

simonvanderveldt commented 6 years ago

@simonvanderveldt would you like to move the whole packages installation/removal into one place? could be setup.sh or (better) a separate script, install-packages.sh or something?

@artfwo Yeah, that sounds like a good plan. Will make life a bit easier for @tehn as well :) We can start with just adding them to setup.sh? There isn't that much in it (yet), so for me it doesn't have to be split at the moment.

artfwo commented 6 years ago

@simonvanderveldt the reason for having a separate script is to avoid rerunning the whole setup.sh if something goes wrong (e.g. a package can get updated/deleted from the remote repo and you'll have to re-run apt update to sync the local index with remote)