From 755f43de4fa7d573ca0c43bdb34ed9633aecba11 Mon Sep 17 00:00:00 2001 From: Tiago Date: Sat, 14 Feb 2026 18:03:08 +0000 Subject: [PATCH] Update debian/setup_raspberry.sh --- debian/setup_raspberry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/setup_raspberry.sh b/debian/setup_raspberry.sh index 6f679d3..658700a 100644 --- a/debian/setup_raspberry.sh +++ b/debian/setup_raspberry.sh @@ -280,7 +280,7 @@ install_dependencies() { fi # Install required dependencies - if ask_confirmation "Do you want to install the required dependencies (figlet, bc, lsof, net-tools)?" "n"; then + if ask_confirmation "Do you want to install the required dependencies (figlet, bc, lsof, net-tools, macchanger)?" "n"; then log "Installing required dependencies (figlet, bc, lsof, net-tools, macchanger)..." if apt install -y figlet bc lsof net-tools macchanger; then log "${GREEN}Dependencies installed successfully${NC}"