remay / tmf-hudl

Custom ROM for the Tesco Hudl 1 - Keep your Hudl working after 26th June 2020
https://rob.themayfamily.me.uk/hudl
MIT License
17 stars 1 forks source link

Down-privilege commands in build.sh #16

Open remay opened 3 years ago

remay commented 3 years ago

Currently build.sh needs root permission so that it can mount/umount and can correctly manipulate the images.

However this leaves a load of files in .tmf-rom-build/ directory un-editable/un-removable by the current user. This shoudl be fixed.

We should also look to see if we can down-privilege the commands that don't need it to help avoid probelms.