Browse Source

added function check_system_requirements.sh

pull/946/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
633372e84b
  1. 5
      lgsm/functions/core_functions.sh

5
lgsm/functions/core_functions.sh

@ -222,6 +222,11 @@ functionfile="${FUNCNAME}"
fn_fetch_function
}
check_system_requirements.sh(){
functionfile="${FUNCANME}"
fn_fetch_function
}
check_tmux.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function

Loading…
Cancel
Save