From 89c895c8689fda48eb3321c33127b17b3a4fce8a Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 25 Jun 2024 16:34:41 +0200 Subject: [PATCH] arc-functions: edit credits Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc-functions.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/initrd/opt/arc/arc-functions.sh b/files/initrd/opt/arc/arc-functions.sh index b84d5921..5f817894 100755 --- a/files/initrd/opt/arc/arc-functions.sh +++ b/files/initrd/opt/arc/arc-functions.sh @@ -1322,6 +1322,7 @@ function credits() { TEXT+="\n\Z4> Arc Loader:\Zn" TEXT+="\n Github: \Zbhttps://github.com/AuxXxilium\Zn" TEXT+="\n Website: \Zbhttps://auxxxilium.tech\Zn" + TEXT+="\n Wiki: \Zbhttps://auxxxilium.tech/wiki\Zn" TEXT+="\n" TEXT+="\n\Z4>> Developer:\Zn" TEXT+="\n Arc Loader: \ZbAuxXxilium / Fulcrum\Zn" @@ -1329,15 +1330,14 @@ function credits() { TEXT+="\n\Z4>> Based on:\Zn" TEXT+="\n Redpill: \ZbTTG / Pocopico\Zn" TEXT+="\n ARPL/RR: \Zbfbelavenuto / wjz304\Zn" - TEXT+="\n NVMe System: \Zbjim3ma\Zn" - TEXT+="\n System: \ZbBuildroot 2023.08.x\Zn" + TEXT+="\n System: \ZbBuildroot 2024.02.x\Zn" TEXT+="\n DSM: \ZbSynology Inc.\Zn" TEXT+="\n" TEXT+="\n\Z4>> Note:\Zn" - TEXT+="\n Arc and all Parts are OpenSource." + TEXT+="\n Arc and all Parts of it are OpenSource." TEXT+="\n Commercial use is not permitted!" TEXT+="\n This Loader is FREE and it is forbidden" - TEXT+="\n to sell Arc or Parts of this." + TEXT+="\n to sell Arc or Parts of it." TEXT+="\n" dialog --backtitle "$(backtitle)" --colors --title "Credits" \ --msgbox "${TEXT}" 0 0