OSDN Git Service

fix typo
authorpaperbenni <paperbenni@gmail.com>
Tue, 30 Jun 2020 11:36:12 +0000 (13:36 +0200)
committerpaperbenni <paperbenni@gmail.com>
Tue, 30 Jun 2020 11:36:12 +0000 (13:36 +0200)
ask.sh
chroot/chroot.sh

diff --git a/ask.sh b/ask.sh
index 909098b..af573aa 100755 (executable)
--- a/ask.sh
+++ b/ask.sh
@@ -44,7 +44,7 @@ while ! iroot confirm; do
 
     asklocale
 
-    # artix mirrors work differently
+    # artix and manjaro mirrors work differently
     if command -v pacstrap; then
         askmirrors
     fi
index cec30d2..5751829 100755 (executable)
@@ -11,7 +11,7 @@ else
 fi
 
 # set up instantwm as a default user session
-if grep-q '^user-session.*' /etc/lightdm/lightdm.conf; then
+if grep -q '^user-session.*' /etc/lightdm/lightdm.conf; then
     echo "adjusting user session"
     sed -i 's/^user-session=.*/user-session=instantwm/g' /etc/lightdm/lightdm.conf
 fi