From 765155cf0a30e9952c68adc5ed819acac5977c8c Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Feb 19 2020 15:56:16 +0000 Subject: Merge pull request #1 from cybik/patch-1 Fix wget --- diff --git a/00-download-files.sh b/00-download-files.sh index 2c46434..51f174e 100755 --- a/00-download-files.sh +++ b/00-download-files.sh @@ -15,6 +15,6 @@ then tar xf pp.tar.gz # Download fedora - wget https://dl.fedoraproject.org/pub/fedora-secondary/development/rawhide/Workstation/aarch64/images/Fedora-Workstation-Rawhide-20200218.n.0.aarch64.raw.xz -o Fedora-Workstation-Rawhide-20200218.n.0.aarch64.raw.xz - xz --decompress Fedora-Workstation-Rawhide-20200214.n.1.aarch64.raw.xz + wget https://dl.fedoraproject.org/pub/fedora-secondary/development/rawhide/Workstation/aarch64/images/Fedora-Workstation-Rawhide-20200218.n.0.aarch64.raw.xz -O rawhide.raw.xz + xz --decompress rawhide.raw.xz fi diff --git a/README.md b/README.md index b0972fb..73d697b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -**🚨🚨🚨 WARNING! 🚨🚨🚨** This is a *barely tested* collection of scripts written by someone who has never written a bash script for other people to use! It involves the *dd* command and *sudo*. This is **VERY DANGEROUS** - please do not run it unless you have read and fully understood what it will do. Better yet, read the scripts to learn how to do things yourself. In any case, I'm not responsible for anything that you do with this code. +# **🚨🚨🚨 WARNING! 🚨🚨🚨** +This is a *barely tested* collection of scripts written by someone who has never written a bash script for other people to use! It involves the *dd* command and *sudo*. This is **VERY DANGEROUS** - please do not run it unless you have read and fully understood what it will do. Better yet, read the scripts to learn how to do things yourself. In any case, I'm not responsible for anything that you do with this code. # sdsetup @@ -8,7 +9,7 @@ A collection of scripts that correctly sets up Fedora to run off your PinePhone - wget - xz -- f2f2-tools (for mkfs.f2fs) +- f2fs-tools (for mkfs.f2fs) - rsync - uboot-tools (for mkimage) - qemu-user-static (for qemu-aarch64-static)