Closed lischenko closed 6 years ago
Thanks, I'll look into it.
@lischenko manual installation is most recommended at this time, and some adjustments can be made immediately.
Should be fixed with commit cf7d781. Please let me know if there are any more issues!
The script breaks when run with
sh install.sh
under recent raspbian (mine was 2018-06-27-raspbian-stretch-lite).The reason is most likely because
/bin/sh
is pointing todash
now: https://wiki.ubuntu.com/DashAsBinShAn easy fix for that is to use posix syntax for the function: replace
function check_errors {
withcheck_errors() {
When run with
bash install.sh
it passes further but breaks when trying to write the/etc/network/interfaces
file: