I was playing with the options of this script in dietpi.. The portion:
username=$(id -u -n 1000)
builddir=$(pwd)
grabs the first created user on the system which -in case of dietpi- might be a different user than the one which is used regularly. I created regular user 'igor' for which I had to change 1000 into 1001..
I was playing with the options of this script in dietpi.. The portion:
grabs the first created user on the system which -in case of dietpi- might be a different user than the one which is used regularly. I created regular user 'igor' for which I had to change 1000 into 1001..