changed required sd card size to 8 GB, up from 4. KDE uses just over 6 GB when installing

This commit is contained in:
Dan Johansen 2018-12-24 14:39:55 +01:00
parent 202fd34ab1
commit da49ea0ee3
2 changed files with 3 additions and 4 deletions

View File

@ -17,10 +17,10 @@ This script is "interactive". Meaning that it asks you questions when run to cus
## Installing:
To use this script, please make sure that the following is correct:
* an SD card with at least 4 GB storage is plugged in.
* an SD card with at least 8 GB storage is plugged in.
## Known Issues:
* none
* Because `dialog` is weird, the script needs to be run in `bash`.
## Usage:
To use this script, simple run it as normal user after you make it executable:

View File

@ -14,7 +14,6 @@ ROOTPASSWORD=""
SDCARD=""
# Sanity checks for dependencies
if [ ! -f /usr/bin/sudo ]
echo "sudo command is missing! Please install sudo!"
exit 1
@ -321,7 +320,7 @@ EDITION=$(dialog --clear --title "Manjaro ARM Installer" \
"minimal" "Minimal Edition (Just CLI)" \
"lxqt" "Full LXQT Desktop and apps (lightweight)" \
"kde" "Full KDE/Plasma Desktop (Heavy)" \
"mate" "Full MATE desktop and apps (lightweight, not maintained)" \
"mate" "Full MATE desktop and apps (lightweight, unmaintained)" \
"i3" "Mininal i3 WM with apps (very light)" 3>&1 1>&2 2>&3 3>&-)
else