Open peterbillam opened 7 years ago
Needing to install on devuan, I changed install-deps
elif [[ "$DISTRO" = "devuan" ]]; then distribution="debian"
then further down I had to permit
if [[ $debian_major_version == '1' ]] || ...
and then the whole huge install process ran perfect :-) There may be more elegant ways of doing it, but devuan should be allowed. Thanks, Peter
Needing to install on devuan, I changed install-deps
then further down I had to permit
and then the whole huge install process ran perfect :-)
There may be more elegant ways of doing it, but devuan should be allowed.
Thanks, Peter