autowolf

automated librewolf setup
git clone https://git.awy.one/autowolf.git
Log | Files | Refs | README

commit 5b3038a80ac0e5e8a0bbd9166297c5bc748afd13
parent 76c04243c53e96c6f11745bb3dc93c076beadefe
Author: awy <awy@awy.one>
Date:   Sun,  9 Mar 2025 23:22:28 +0300

exit

Diffstat:
Mconfigure_librewolf.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure_librewolf.sh b/configure_librewolf.sh @@ -230,7 +230,7 @@ main() { [[ "${TSKNO}" -eq "${ALLTSK}" ]] && { loginf g "All tsks completed." - kill "0" > "/dev/null" + exit } ((TSKNO++))