|
|
@@ -180,6 +180,21 @@ functionfile="${FUNCNAME}"
|
|
|
fn_fetch_function
|
|
|
}
|
|
|
|
|
|
+command_mods_install.sh(){
|
|
|
+functionfile="${FUNCNAME}"
|
|
|
+fn_fetch_function
|
|
|
+}
|
|
|
+
|
|
|
+command_mods_update.sh(){
|
|
|
+functionfile="${FUNCNAME}"
|
|
|
+fn_fetch_function
|
|
|
+}
|
|
|
+
|
|
|
+command_mods_remove.sh(){
|
|
|
+functionfile="${FUNCNAME}"
|
|
|
+fn_fetch_function
|
|
|
+}
|
|
|
+
|
|
|
command_fastdl.sh(){
|
|
|
functionfile="${FUNCNAME}"
|
|
|
fn_fetch_function
|
|
|
@@ -276,6 +291,12 @@ functionfile="${FUNCNAME}"
|
|
|
fn_fetch_function
|
|
|
}
|
|
|
|
|
|
+# Mods
|
|
|
+
|
|
|
+mods_list.sh(){
|
|
|
+functionfile="${FUNCNAME}"
|
|
|
+fn_fetch_function
|
|
|
+}
|
|
|
|
|
|
# Dev
|
|
|
|