Update debian/setup_raspberry.sh
This commit is contained in:
Vendored
+6
-6
@@ -280,12 +280,12 @@ install_dependencies() {
|
||||
fi
|
||||
|
||||
# Install required dependencies
|
||||
# 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
|
||||
if ask_confirmation "Do you want to install the required dependencies (figlet, bc, lsof, net-tools)?" "n"; then
|
||||
log "Installing required dependencies (figlet, bc, lsof, net-tools)..."
|
||||
if apt install -y figlet bc lsof net-tools; 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
|
||||
# if ask_confirmation "Do you want to install the required dependencies (figlet, bc, lsof, net-tools)?" "n"; then
|
||||
# log "Installing required dependencies (figlet, bc, lsof, net-tools)..."
|
||||
# if apt install -y figlet bc lsof net-tools; then
|
||||
log "${GREEN}Dependencies installed successfully${NC}"
|
||||
return 0
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user