no need for error suppresion on newer builds of bedrock (etcfs fixes solve issues)

This commit is contained in:
shark 2019-09-19 01:57:51 +00:00
parent 75d99e0acb
commit 7959be7d20

View File

@ -31,5 +31,6 @@ make SKIPSIGN=true -j $(nproc) BEDROCK_VERSION="${newest_version}"
/bedrock/libexec/busybox sh "bedrock-linux-${newest_version}-$(uname -m).sh" --force-update
echo "Syncing to disk..."
sync
echo "If there were no errors up to this point, then everything has gone smoothly. Ignore any following errors!"
#echo "If there were no errors up to this point, then everything has gone smoothly. Ignore any following errors!"
echo "Done!"
exit_success