We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is not a perfect instruction.
Before run: silkonabox.sh & install_flowbat_ubuntu.sh:
https://www.itechlounge.net/2017/10/linux-how-to-add-rc-local-in-debian-9/
wget https://install.meteor.com > meteor.sh and edit line 33: 1.9 -> 1.6
wget https://install.meteor.com > meteor.sh
1.9
1.6
Edit /install_flowbat_ubuntu.sh:
Line 26 replace curl https://install.meteor.com/ | sh with cat meteor.sh | sh Line 185: replace *xenial* with *buster*
curl https://install.meteor.com/ | sh
cat meteor.sh | sh
*xenial*
*buster*
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/
Run : silkonabox.sh
Run : install_flowbat_ubuntu.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is not a perfect instruction.
Before run: silkonabox.sh & install_flowbat_ubuntu.sh:
https://www.itechlounge.net/2017/10/linux-how-to-add-rc-local-in-debian-9/
wget https://install.meteor.com > meteor.sh
and edit line 33:1.9
->1.6
Edit /install_flowbat_ubuntu.sh:
Line 26 replace
curl https://install.meteor.com/ | sh
withcat meteor.sh | sh
Line 185: replace
*xenial*
with*buster*
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/
Run : silkonabox.sh
Run : install_flowbat_ubuntu.sh
The text was updated successfully, but these errors were encountered: