mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
Fix default architecture and version.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
1e53fc9717
commit
c372367c8f
@ -552,7 +552,7 @@ If the architecture is x86, x86_64, or arm*, then
|
||||
.B sbopkg
|
||||
automatically sets
|
||||
.B ARCH
|
||||
to i486, x86_64, or arm, respectively.
|
||||
to i586, x86_64, or arm, respectively.
|
||||
If
|
||||
.B ARCH
|
||||
is set,
|
||||
|
@ -4629,7 +4629,7 @@ SBOPKG_REPOS_D=${SBOPKG_REPOS_D:-/etc/sbopkg/repos.d}
|
||||
EDITOR=${EDITOR:-vi}
|
||||
PAGER=${PAGER:-more}
|
||||
CWD=$(pwd)
|
||||
SBOVER=0.38.1
|
||||
SBOVER=0.38.2
|
||||
DIAG=1
|
||||
ON_ERROR=ask
|
||||
REPOS_FIELDS=7
|
||||
|
Loading…
Reference in New Issue
Block a user