Skip to main content

๐Ÿ“ Install Folders

Utilities for installing or synchronizing folder contents.


dynamic_installโ€‹

Installs existing paths outside the ZIP.

ArgumentDescription
SRCSource path
DESTDestination path
dynamic_install "/vendor" "$MODPATH/system/vendor"

unify_pathโ€‹

Compares and synchronizes two folders.

ArgumentDescription
SRCSource folder
DESTDestination folder
unify_path "/sdcard/TEST" "/sdcard/TEST2"