Update debian/setup_raspberry.sh

This commit is contained in:
2026-02-14 18:03:08 +00:00
parent d6480190da
commit 755f43de4f
+1 -1
View File
@@ -280,7 +280,7 @@ install_dependencies() {
fi fi
# Install required dependencies # 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)..." log "Installing required dependencies (figlet, bc, lsof, net-tools, macchanger)..."
if apt install -y figlet bc lsof net-tools macchanger; then if apt install -y figlet bc lsof net-tools macchanger; then
log "${GREEN}Dependencies installed successfully${NC}" log "${GREEN}Dependencies installed successfully${NC}"