directus db 5

This commit is contained in:
Valentin 2024-02-23 18:11:57 +01:00
parent d083448cc9
commit 8e991ce553
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RESET='\033[0m'
install_expect() { install_expect() {
if ! command -v expect &> /dev/null; then if ! command -v expect &> /dev/null; then
sudo apt install -y expect apt install -y expect
echo -e "${PURPLE}${BOLD}expect installed${RESET}" echo -e "${PURPLE}${BOLD}expect installed${RESET}"
else else
echo -e "${PURPLE}${BOLD}expect already installed${RESET}" echo -e "${PURPLE}${BOLD}expect already installed${RESET}"