summaryrefslogtreecommitdiff
path: root/include/lib.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-26 19:28:49 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-26 19:28:49 +0100
commit6779d3f9915bc4a080683c460c5988e8e2c50405 (patch)
tree927b8dc446bccda424a57b9cfa343d52c1b58c5a /include/lib.sh
parent848159fa0eb9502b0403073c74b27bc98c7d3001 (diff)
move variables out of init.sh to others
move them where they are used, or if they are used in many places, move them to lib.sh Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
-rw-r--r--include/lib.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/lib.sh b/include/lib.sh
index 740edcfd..01a78495 100644
--- a/include/lib.sh
+++ b/include/lib.sh
@@ -4,6 +4,11 @@
# Copyright (c) 2020-2025 Leah Rowe <leah@libreboot.org>
# Copyright (c) 2025 Alper Nebi Yasak <alpernebiyasak@gmail.com>
+_ua="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0"
+
+cbfstool="elf/cbfstool/default/cbfstool"
+rmodtool="elf/cbfstool/default/rmodtool"
+
remkdir()
{
rm -Rf "$1" || $err "remkdir: !rm -Rf \"$1\""