From aa417dff328ef55c520619d29f6f06cc421aaf2e Mon Sep 17 00:00:00 2001 From: user1 Date: Thu, 30 Mar 2023 04:03:44 +0200 Subject: [PATCH] remove special characters and make update more comfortable --- arch-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch-install.sh b/arch-install.sh index 11ec492..70f1af2 100755 --- a/arch-install.sh +++ b/arch-install.sh @@ -1152,7 +1152,7 @@ function abfrage() { m2ssddevice=y fi - echo "BTRFS dosĀ“nt support 32-Bit Systems!!!" + echo "BTRFS dosnt support 32-Bit Systems!!!" read -p "Which file system should be used? [BTRFS/ext4] " dateisystem [[ -z "${dateisystem}" ]] && dateisystem=btrfs @@ -1443,9 +1443,9 @@ elif [ "${phaseone}" != "n" ] && [ "${fastinstallnext}" != "y" ]; then else if [ "${update}" != "n" ] then - read -p "Should I update youre packages and then run it ?: [y/N] " updatepackages + read -p "Should I install packages required for the installation and then run it ?: [y/N] " updatepackages if [ "${updatepackages}" == "y" ]; then - pacman -Sy arch-install-scripts squashfs-tools dosfstools libisoburn grub efibootmgr dosfstools gptfdisk cronie memtest86+ + pacman -Sy arch-install-scripts squashfs-tools dosfstools libisoburn grub efibootmgr dosfstools gptfdisk cronie memtest86+ --needed fi gitclone /opt/${repo}/arch-install.sh "${1} phaseone=n "