mirror of
https://github.com/flynx/post-install.git
synced 2025-10-29 02:30:08 +00:00
added go and gum...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f87ccf9202
commit
d922f0a5d0
14
post-install
14
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[@]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user