Skip to content

Commit

Permalink
config.env: disable lxc docker
Browse files Browse the repository at this point in the history
  • Loading branch information
5kind committed Mar 17, 2024
1 parent b1cd643 commit 12bd75b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ CUSTOM_GCC_32_BRANCH=
CUSTOM_GCC_32_BIN=arm-linux-androideabi-

# Setup LXC DOCKER NETHUNTER KVM ...
LXC_DOCKER=true
LXC_DOCKER=false
ENABLE_NETHUNTER=false
LXC_PATCH=true
ANDROID_PARANOID_NETWORK_OFF=true
LXC_PATCH=false
ANDROID_PARANOID_NETWORK_OFF=false
MAKEFILE_PATCH=false
CUSTOM_SCRIPT=true
CUSTOM_SCRIPT=false
ENABLE_KVM=false

# KernelSU flags
Expand Down

0 comments on commit 12bd75b

Please sign in to comment.