From 8e991ce553007dc420060dc31479fb59c5952efe Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 23 Feb 2024 18:11:57 +0100 Subject: [PATCH] directus db 5 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0ac042b..75d4565 100644 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ RESET='\033[0m' install_expect() { if ! command -v expect &> /dev/null; then - sudo apt install -y expect + apt install -y expect echo -e "${PURPLE}${BOLD}expect installed${RESET}" else echo -e "${PURPLE}${BOLD}expect already installed${RESET}"