-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# modify it under the terms of the GNU General Public License | ||
# version 2 as published by the Free Software Foundation. | ||
# | ||
# Copyright (c) 2012-2020 Daniel Thau <[email protected]> | ||
# Copyright (c) 2012-2021 Daniel Thau <[email protected]> | ||
# | ||
# This creates a script which can be used to install or update a Bedrock Linux | ||
# system. | ||
|
@@ -131,7 +131,7 @@ | |
# | ||
# make check | ||
|
||
BEDROCK_VERSION=0.7.20beta2 | ||
BEDROCK_VERSION=0.7.20beta3 | ||
CODENAME=Poki | ||
ARCHITECTURE=$(shell ./detect_arch.sh | head -n1) | ||
FILE_ARCH_NAME=$(shell ./detect_arch.sh | awk 'NR==2') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters