Skip to content

Commit

Permalink
forgot a fi
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Dec 29, 2023
1 parent b9160ea commit 370c5a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ INSTALL_NETWORK_MANAGER="false"
if [ "$DISTRO" = "Ubuntu" ]; then
echo ""
echo "Photonvision uses NetworkManager to control networking on your device."
read -p "Do you want this script to install and configure NetworkManager? [y/N]" response
read -p "Do you want this script to install and configure NetworkManager? [y/N]: " response
if [[ $response == [yY] || $response == [yY][eE][sS] ]]; then
INSTALL_NETWORK_MANAGER="true"
fi
fi

echo "Installing curl..."
Expand Down

0 comments on commit 370c5a3

Please sign in to comment.