added automatic Key Generation for Empty .env Keys
This commit is contained in:
8
setup.sh
8
setup.sh
@@ -33,5 +33,13 @@ if [[ "$START_BUILD" == "y" || "$START_BUILD" == "Y" || $START_BUILD == "" ]]; t
|
||||
$PWD/bin/start_build.sh
|
||||
fi
|
||||
|
||||
# Ask user if they want to install Gitea now for self-hosted git
|
||||
read -p "Do you want to set up Gitea (self-hosted git service)? (Y/n): " SETUP_GITEA
|
||||
|
||||
if [[ "$SETUP_GITEA" == "y" || "$SETUP_GITEA" == "Y" || $SETUP_GITEA == "" ]]; then
|
||||
$PWD/bin/setup_gitea.sh
|
||||
fi
|
||||
|
||||
|
||||
sudo apt autoremove -y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user