pc with linux (i used arch btw)
maybe usbmuxd
A10 device eg iphone 7
download ipfw with version u want to install appledb.dev and turdus_merula_v1.0.1-1_linux.tar
- extract
tar -xvf turdus_merula_v1.0.1-1_linux.tar - now put device to DFU mode
pc with linux (i used arch btw)
maybe usbmuxd
A10 device eg iphone 7
download ipfw with version u want to install appledb.dev and turdus_merula_v1.0.1-1_linux.tar
tar -xvf turdus_merula_v1.0.1-1_linux.tar setup-alpineWhen prompted to select the disk for installation, press Ctrl+C to cancel the guided installation process.
apk add cryptsetup e2fsprogs btrfs-progs dosfstools parted mkinitfsMaintainer: Keil Miller Jr
How to create and manage an AUR package.
The following link should be read:
| #!/bin/bash | |
| if [ $UID != "0" ]; then | |
| echo "ERROR: You must run this script as root!" | |
| exit 1 | |
| fi | |
| dnf install \ | |
| @development-tools \ | |
| android-tools \ | |
| automake \ |