Raspberry-Pi-for-iPhone-Backup icon indicating copy to clipboard operation
Raspberry-Pi-for-iPhone-Backup copied to clipboard

remove hardcoded paths since newer Raspbian asks for a user name upon installation

Open Miyamoto72 opened this issue 2 years ago • 0 comments

At least since switching to Debian Bullseye Raspbian does no longer install the user pi by default, but asks for a user name upon installation or first boot process (don't know exactly anymore). Now - that makes the hardcoded paths in this repo a problem.

As stated in a different issue here I don't know how to make a PR - but AFAICT there's little change needed to get rid of the hardcoded paths:

backup-iphone.sh backup-iphone.py udev-runs-this.sh Raspberry-Pi-for-iPhone-Backup/home/pi/monitor.sh /etc/udev/rules.d/lol.rules

and of course the README.md seem to be the files that need to be changed.

Miyamoto72 avatar Jan 18 '23 20:01 Miyamoto72