Reorder script commands properly
This commit is contained in:
parent
3f8f00688a
commit
d7238d019f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
|
||||
ARCH_DISK="${ARCH_DISK:-$(chooseDisk "Which disk do you wish to format for installing Arch?")}";
|
||||
source "../../Scripts/choose-disk.sh";
|
||||
ARCH_DISK="${ARCH_DISK:-$(chooseDisk "Which disk do you wish to format for installing Arch?")}";
|
||||
memory="$(cat /proc/meminfo | awk -F " " '/^MemTotal/ { print $2 }')";
|
||||
swapSize="$(echo "$memory" | awk '{ print int(($1 / 1024 / 1024 4) + 0.5)}')";
|
||||
|
||||
|
|
Loading…
Reference in a new issue