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}"