Browse Source

Point to the right place

master
Luke Murphy 5 years ago
parent
commit
501e747cb2
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      bibliotecha.sh

4
bibliotecha.sh

@ -164,7 +164,7 @@ function ensure_predictable_network_interfaces {
echo "" echo ""
echo "Could not determine the ethernet interface" echo "Could not determine the ethernet interface"
echo "Please ensure you've configure 'predictable network interfaces'" echo "Please ensure you've configure 'predictable network interfaces'"
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" echo "Please see https://manual.bibliotecha.info/#pre-installation for more"
echo "" echo ""
exit 1 exit 1
fi fi
@ -177,7 +177,7 @@ function ensure_predictable_network_interfaces {
echo "" echo ""
echo "Could not determine the wireless interface" echo "Could not determine the wireless interface"
echo "Please ensure you've configure 'predictable network interfaces'" echo "Please ensure you've configure 'predictable network interfaces'"
echo "Please see https://manual.bibliotecha.info/#troubleshooting for more" echo "Please see https://manual.bibliotecha.info/#pre-installation for more"
echo "" echo ""
exit 1 exit 1
fi fi

Loading…
Cancel
Save