You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
433 B
Bash
23 lines
433 B
Bash
# shellcheck disable=SC2148
|
|
# shellcheck disable=SC2155
|
|
# shellcheck disable=SC2034
|
|
|
|
#=======================================
|
|
# HEADERS
|
|
#=======================================
|
|
|
|
#---------------------------------------
|
|
# GLOBAL VARS
|
|
#---------------------------------------
|
|
|
|
packages=()
|
|
aptGetWasUpdated=0
|
|
freshInstall=0
|
|
cachedMenuDomain=''
|
|
lastTimeSpaceInfo=0
|
|
diagnosticsSizeOk=0
|
|
forceUpdateCheck=0
|
|
|
|
MIKRUS_APIKEY=''
|
|
MIKRUS_HOST=''
|