From 4aef7ae472f19e6cdfe0f531f7b0d4a8861aed61 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 2 Apr 2021 22:41:42 +0200 Subject: [PATCH] installpackages: fix typo --- script/installpackages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/installpackages b/script/installpackages index 4c89d1e..b6aecc1 100755 --- a/script/installpackages +++ b/script/installpackages @@ -7,7 +7,7 @@ if [[ $euid > 0 ]]; then exit 1 fi -pacman -s --needed --noconfirm base-devel \ +pacman -S --needed --noconfirm base-devel \ git \ exa \ fzf \