Skip to content
Discussion options

You must be logged in to vote

Hey,

we have a STRICT_MODE=0 in line 18 of the installer, that can help a bit.

I would have assumed the changes would be limited to the dependency installations - meaning the install_debs() and install_embark_dev().
I might be wrong there though.

From our point of view it's usually best if we do something like this:
if grep -q "PRETTY_NAME=\"Ubuntu 20.04 LTS\"" /etc/os-release 2>/dev/null ; then
install_different_apt_package
fi
so we can keep everything working for the previous OS version

The developer installation is it's own installation-setup and works a bit differently. (also has some further required packages)

Would appreciate any input (maybe PR) on this! Has been on the backlog for…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by BenediktMKuehne
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants