remove default pro installation from script

This commit is contained in:
abhishek9686 2024-11-06 10:56:21 +04:00
parent 74579e467b
commit 79136ba5e7

View file

@ -921,7 +921,7 @@ main (){
source "$CONFIG_PATH" source "$CONFIG_PATH"
fi fi
INSTALL_TYPE="pro" INSTALL_TYPE="ce"
while getopts :cudpv flag; do while getopts :cudpv flag; do
case "${flag}" in case "${flag}" in
c) c)