mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 23:48:19 +00:00
Fix system arch detection
This commit is contained in:
@@ -531,7 +531,7 @@ function preflight_system_check() {
|
||||
|
||||
# Set system architecture.
|
||||
export ARCH && \
|
||||
ARCH=$(uname -p)
|
||||
ARCH=$(uname -m)
|
||||
|
||||
# Set default timezone.
|
||||
export TIMEZONE
|
||||
|
||||
Reference in New Issue
Block a user