From 1b26311bc25dc3fe5b3306c201d5872dc835ad8c Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 30 Dec 2023 13:34:49 +0000 Subject: Add missing dependancy --- gohan.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gohan.sh b/gohan.sh index 97ee869..72730bb 100755 --- a/gohan.sh +++ b/gohan.sh @@ -28,6 +28,7 @@ install_dependancies() { install_from_pacman base-devel install_from_pacman git install_from_pacman go + install_from_pacman stow } add_user() { -- cgit v1.2.3-13-gbd6f