From bb97eee448940ddf2685858039a99ddb2cd0e198 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 29 Dec 2023 21:17:43 +0000 Subject: Add missing dependancy for yay --- gohan.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gohan.sh b/gohan.sh index 1a1c48a..6113807 100755 --- a/gohan.sh +++ b/gohan.sh @@ -18,6 +18,7 @@ install_from_pacman() { install_dependancies() { install_from_pacman base-devel install_from_pacman git + install_from_pacman go } add_user() { -- cgit v1.2.3-13-gbd6f