Skip to content

Commit 9b9146b

Browse files
committed
Changed the order of running the core components
1 parent d524533 commit 9b9146b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

cli.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
################################################################################
88

9-
VERSION="2.2.7"
9+
VERSION="2.2.8"
1010

1111
################################################################################
1212
# Common

include/core/aid/deploy.conf

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33

44
NAME="aid"
55
DESC="Android users and groups"
6-
DEPENDS="core/profile"
76
PARAMS="USER_NAME"

include/core/deploy.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
NAME="core"
55
DESC="Core components"
6-
DEPENDS="core/emulator core/motd core/hosts core/hostname core/mnt core/net core/timezone core/su core/locale core/profile core/aid core/sudo core/unchroot"
6+
DEPENDS="core/emulator core/motd core/hosts core/hostname core/mnt core/net core/timezone core/su core/locale core/aid core/profile core/sudo core/unchroot"

include/core/sudo/deploy.conf

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33

44
NAME="sudo"
55
DESC="Sudoers file"
6-
DEPENDS="core/profile"
76
PARAMS="USER_NAME"

0 commit comments

Comments
 (0)