Skip to content
New issue

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

Improve wording #271

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ zstd: $(COMPLETED)/zstd
vendor/zlib/.success_retrieving_source:
rm -rf vendor/zlib/
mkdir -p vendor/zlib
cd vendor/zlib && wget -O- 'http://zlib.net/zlib-1.2.11.tar.gz' | gunzip | tar xf -
cd vendor/zlib && wget -O- 'http://zlib.net/zlib-1.2.12.tar.gz' | gunzip | tar xf -
mv vendor/zlib/*/* vendor/zlib/
touch vendor/zlib/.success_retrieving_source
$(COMPLETED)/zlib: vendor/zlib/.success_retrieving_source $(COMPLETED)/musl
Expand Down
4 changes: 2 additions & 2 deletions releases
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# Update with internet
# --------------------
#
# Provided you internet access is available, a Bedrock Linux 0.7.x system may
# be updated by setting this file's URL in as the appropriate mirror value in
# Provided you have an internet access, a Bedrock Linux 0.7.x system may be
# updated by setting this file's URL in as the appropriate mirror value in
# /bedrock/etc/bedrock.conf. Once that is in place, run as root:
#
# brl update
Expand Down