From 1e2661e72575b275c9c3a7313139c9f298c71b41 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Fri, 24 Feb 2023 23:05:26 +0200 Subject: [PATCH] Fix typo --- karbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karbs b/karbs index d3cd13d..ce84918 100755 --- a/karbs +++ b/karbs @@ -12,7 +12,7 @@ error() { } getusername() { - echo "Enter the user for whom you want to install KARBS.." + echo "Enter the user for whom you want to install KARBS." read -r username export username export homedir="/home/$username" @@ -132,7 +132,7 @@ grep -q "ILoveCandy" /etc/pacman.conf || sed -i "/#VerbosePkgLists/a ILoveCandy" # Use all cores for compilation. sed -i "s/-j2/-j$(nproc)/;/^#MAKEFLAGS/s/^#//" /etc/makepkg.conf -# Installs AUR helper +# Installs AURhhelper manualinstall paru-bin || error "Failed to install AUR helper." # The command that does all the installing.