diff --git a/scripts/OS/Arch/partition.sh b/scripts/OS/Arch/partition.sh index e3f59fd8..e7b35da2 100755 --- a/scripts/OS/Arch/partition.sh +++ b/scripts/OS/Arch/partition.sh @@ -23,6 +23,7 @@ swapSize="$(echo "$memory" | awk '{ print int(($1 / 4) + 0.5)}')"; echo "+${swapSize}G"; echo "y"; echo "t"; + echo ""; echo "19"; echo "n"; @@ -31,6 +32,7 @@ swapSize="$(echo "$memory" | awk '{ print int(($1 / 4) + 0.5)}')"; echo ""; echo "y"; echo "t"; + echo ""; echo "23"; echo "w";