From 6de07a9faf2d9a08682c3b3ac11b7b2d96397625 Mon Sep 17 00:00:00 2001 From: cronyakatsuki <64900606+cronyakatsuki@users.noreply.github.com> Date: Thu, 3 Nov 2022 17:26:22 +0100 Subject: [PATCH] Fix makepkg typo. --- arch_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_install.sh b/arch_install.sh index bdddf40..b0fc1d0 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -346,7 +346,7 @@ sudo pacman -S --noconfirm --needed go rust nodejs npm cmake git zig git clone https://aur.archlinux.org/paru.git ~/paru read -n 1 -s -p "To continue press any key" cd ~/paru -makepgk -si +makepkg -si read -n 1 -s -p "To continue press any key" cd ~ rm -rf ~/paru