1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

refactor(setup.sh): change settings file from .json to .yml for better readability and ease of use

This commit is contained in:
kzndotsh 2024-08-24 22:00:08 +00:00
parent 2327ef69f5
commit fb669b199a

View file

@ -58,8 +58,8 @@ cp .env.example .env
echo -e "${GREEN}.env file created. Please fill in the required values.${NC}"
# Copy and configure settings.json file
echo -e "${YELLOW}Configuring settings.json...${NC}"
cp config/settings.json.example config/settings.json
echo -e "${YELLOW}Configuring config/settings.yml...${NC}"
cp config/settings.yml.example config/settings.yml
echo -e "${GREEN}settings.json file created. Please fill in the required values.${NC}"
# Prompt the user for the development prefix and Discord ID