diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 13:34:49 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2023-12-30 13:34:49 +0000 |
| commit | 1b26311bc25dc3fe5b3306c201d5872dc835ad8c (patch) | |
| tree | 0d5565048432d28471e7c12815efc6885601c1be | |
| parent | 64dcd719aa013a07e88d71fce4b080a600fa8447 (diff) | |
Add missing dependancy
| -rwxr-xr-x | gohan.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |
