fix
parent
10d8c0ac10
commit
58b919dd06
@ -0,0 +1,12 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[[bash]]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
switch_case_indent = true
|
||||||
|
binary_next_line = true
|
||||||
|
space_redirects = true
|
||||||
|
|
||||||
@ -0,0 +1,22 @@
|
|||||||
|
# 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=''
|
||||||
Loading…
Reference in New Issue