Hello!
I was trying to run your script on Debian via WSL on Windows 11, but every time I encountered an errors:
- after trying to run it, regardless which method I use (chmod +x, sudo, etc.) I'm receiving following error: /home/mike/tr4mpass/start-helpers.sh: line 12: $'\r': command not found
- when trying to manually install dependencies I'm receving this one:
mike@Hellfire:~/tr4mpass$ sudo apt-get install -y
libimobiledevice-dev libirecovery-1.0-dev libusb-1.0-0-dev
libplist-dev libssl-dev pkg-config build-essential
[sudo] password for mike:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libimobiledevice-dev
E: Unable to locate package libirecovery-1.0-dev
E: Couldn't find any package by glob 'libirecovery-1.0-dev'
E: Couldn't find any package by regex 'libirecovery-1.0-dev'
E: Unable to locate package libusb-1.0-0-dev
E: Couldn't find any package by glob 'libusb-1.0-0-dev'
E: Couldn't find any package by regex 'libusb-1.0-0-dev'
E: Unable to locate package libplist-dev
E: Unable to locate package libssl-dev
E: Unable to locate package pkg-config
E: Unable to locate package build-essential
Any tips? Thanks for your hard work!
Best regards,
Mike
Hello!
I was trying to run your script on Debian via WSL on Windows 11, but every time I encountered an errors:
mike@Hellfire:~/tr4mpass$ sudo apt-get install -y
libimobiledevice-dev libirecovery-1.0-dev libusb-1.0-0-dev
libplist-dev libssl-dev pkg-config build-essential
[sudo] password for mike:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libimobiledevice-dev
E: Unable to locate package libirecovery-1.0-dev
E: Couldn't find any package by glob 'libirecovery-1.0-dev'
E: Couldn't find any package by regex 'libirecovery-1.0-dev'
E: Unable to locate package libusb-1.0-0-dev
E: Couldn't find any package by glob 'libusb-1.0-0-dev'
E: Couldn't find any package by regex 'libusb-1.0-0-dev'
E: Unable to locate package libplist-dev
E: Unable to locate package libssl-dev
E: Unable to locate package pkg-config
E: Unable to locate package build-essential
Any tips? Thanks for your hard work!
Best regards,
Mike