diff --git a/setuper/setup.sh b/setuper/setup.sh index 69617a3..2995454 100644 --- a/setuper/setup.sh +++ b/setuper/setup.sh @@ -203,8 +203,6 @@ setup_firegex() { export FIREGEX_PORT="5000" export DOCKER_MODE="true" - mkdir -p "$firegex_dir" - cd "$firegex_dir" echo "Installing Firegex using official installer..." sh -c "$(curl -sLf https://pwnzer0tt1.it/firegex.sh)"