From 2bc343048cb13d6d9b7ce55d7765319c1ce5d7a4 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 15 May 2019 11:59:59 +0100 Subject: [PATCH 1/4] Workaround Prevent endless loop on RPi image fresh install. --- dietpi/pre-patch_file | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dietpi/pre-patch_file b/dietpi/pre-patch_file index 42e0d1b84c..84530a1e6b 100644 --- a/dietpi/pre-patch_file +++ b/dietpi/pre-patch_file @@ -21,7 +21,13 @@ if [[ $(uname -m) == 'armv6l' ]]; then echo 'Update currently set on hold for ARMv6 devices due to a critical error. We are investigating the issue and reopen the update once fixed.' - (( $( /DietPi/dietpi/.install_stage + if (( $( /DietPi/dietpi/.install_stage + killall -w dietpi-update login &> /dev/null + + fi + kill $PPID exit 0 From 80b38d66a74a7eb0a85a235452d1893d26cc7860 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 15 May 2019 12:03:40 +0100 Subject: [PATCH 2/4] Reboot system, cover all possibilities. --- dietpi/pre-patch_file | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dietpi/pre-patch_file b/dietpi/pre-patch_file index 84530a1e6b..844a2360ef 100644 --- a/dietpi/pre-patch_file +++ b/dietpi/pre-patch_file @@ -24,7 +24,9 @@ if (( $( /DietPi/dietpi/.install_stage - killall -w dietpi-update login &> /dev/null + sync + echo 'Reboot required, please wait...' + reboot fi From 86ef93e6b11518abe96fb8e584b7c149cc8937f0 Mon Sep 17 00:00:00 2001 From: MichaIng <28480705+MichaIng@users.noreply.github.com> Date: Fri, 28 Jun 2019 00:52:38 +0200 Subject: [PATCH 3/4] META | Add DietPi Patreon to new GitHub sponsoring button --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000000..34c33d640e --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: DietPi # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From 1590547b53c4e9707fbd88746e19e023e8893ca6 Mon Sep 17 00:00:00 2001 From: MichaIng <28480705+MichaIng@users.noreply.github.com> Date: Fri, 28 Jun 2019 17:52:25 +0200 Subject: [PATCH 4/4] META | Add PayPal URL to sponsors button --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 34c33d640e..bbf8a97c03 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +custom: https://paypal.me/DietPi # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']