forked from 5kind/termux-container
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomize.sh
More file actions
executable file
·20 lines (17 loc) · 772 Bytes
/
customize.sh
File metadata and controls
executable file
·20 lines (17 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##########################################################################################
#
# MMT Extended Config Script
#
##########################################################################################
##########################################################################################
# Permissions
##########################################################################################
set_permissions() {
:
}
##########################################################################################
# MMT Extended Logic - Don't modify anything after this
##########################################################################################
SKIPUNZIP=1
unzip -qjo "$ZIPFILE" 'common/functions.sh' -d $TMPDIR >&2
. $TMPDIR/functions.sh