directus db 5
This commit is contained in:
parent
d083448cc9
commit
8e991ce553
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue