mirror of
https://github.com/tw93/Mole.git
synced 2026-02-10 20:39:15 +00:00
refactor: simplify configuration by removing unused environment variables
This commit is contained in:
@@ -248,7 +248,7 @@ check_macos_update() {
|
||||
spinner_started=true
|
||||
fi
|
||||
|
||||
local softwareupdate_timeout="${MO_SOFTWAREUPDATE_TIMEOUT:-10}"
|
||||
local softwareupdate_timeout=10
|
||||
if sw_output=$(run_with_timeout "$softwareupdate_timeout" softwareupdate -l --no-scan 2> /dev/null); then
|
||||
:
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user