From d922f0a5d049ed7dc12904b34ccd09a031ff40ec Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 15 Jan 2023 06:32:20 +0300 Subject: [PATCH] added go and gum... Signed-off-by: Alex A. Naanou --- post-install | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/post-install b/post-install index 1ceff1a..be36aa9 100755 --- a/post-install +++ b/post-install @@ -153,8 +153,9 @@ PKG_DNF=( # dev... vifm - git nodejs + git p7zip zip unrar + nodejs golang # media... vlc mpv @@ -204,6 +205,10 @@ PKG_SNAP=( snap-store ) +PKG_GO=( + github.com/charmbracelet/gum@latest +) + SERVICES_START=( crond sshd gpm @@ -352,6 +357,13 @@ function feature-snap(){ } +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +function feature-go(){ + @ sudo dnf install golang + @setupList sudo go install - ${PKG_GO[@]} +} + + # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - function feature-start-services(){ @setupList sudo systemctl start - ${SERVICES_START[@]}