mirror of
https://github.com/flynx/post-install.git
synced 2025-10-29 10:40:09 +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...
|
# dev...
|
||||||
vifm
|
vifm
|
||||||
git nodejs
|
git
|
||||||
p7zip zip unrar
|
p7zip zip unrar
|
||||||
|
nodejs golang
|
||||||
|
|
||||||
# media...
|
# media...
|
||||||
vlc mpv
|
vlc mpv
|
||||||
@ -204,6 +205,10 @@ PKG_SNAP=(
|
|||||||
snap-store
|
snap-store
|
||||||
)
|
)
|
||||||
|
|
||||||
|
PKG_GO=(
|
||||||
|
github.com/charmbracelet/gum@latest
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
SERVICES_START=(
|
SERVICES_START=(
|
||||||
crond sshd gpm
|
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(){
|
function feature-start-services(){
|
||||||
@setupList sudo systemctl start - ${SERVICES_START[@]}
|
@setupList sudo systemctl start - ${SERVICES_START[@]}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user