Closed gustawdaniel closed 3 years ago
2019-03-08 in issue https://github.com/jshimko/meteor-launchpad/issues/108 @timbaas recommended to use fork
https://github.com/gbhrdt/meteor-launchpad
but now new debian was released and this fork throws error:
W: Conflicting distribution: http://deb.debian.org/debian stable InRelease (expected stretch but got buster)
from
apt update
form file
https://github.com/gbhrdt/meteor-launchpad/blob/master/scripts/install-deps-opt.sh
To fix we probably need execute apt-get clean before it.
apt-get clean
https://www.reddit.com/r/debian/comments/6hyic4/conflicting_distribution_warning/
I would like to ask @jshimko if we are going to update this repo to Debian 10 and merge fixes from gbhrdt fork or you recommend treating this fork as official successor of this repository?
gbhrdt
successor
Closed as related with https://github.com/jshimko/meteor-launchpad/issues/139
Newest Debian Releases
2019-03-08 in issue https://github.com/jshimko/meteor-launchpad/issues/108 @timbaas recommended to use fork
https://github.com/gbhrdt/meteor-launchpad
but now new debian was released and this fork throws error:
from
form file
https://github.com/gbhrdt/meteor-launchpad/blob/master/scripts/install-deps-opt.sh
To fix we probably need execute
apt-get clean
before it.I would like to ask @jshimko if we are going to update this repo to Debian 10 and merge fixes from
gbhrdt
fork or you recommend treating this fork as officialsuccessor
of this repository?