From da49ea0ee3b8962b52f276217c87b9f18812dd27 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Mon, 24 Dec 2018 14:39:55 +0100 Subject: [PATCH] changed required sd card size to 8 GB, up from 4. KDE uses just over 6 GB when installing --- README.md | 4 ++-- manjaro-arm-installer | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba999b1..fb6c66f 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/manjaro-arm-installer b/manjaro-arm-installer index e5401fc..49697e2 100644 --- a/manjaro-arm-installer +++ b/manjaro-arm-installer @@ -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