Tuning installation scripts

This commit is contained in:
lachtan
2024-09-01 17:14:30 +02:00
parent 420f85e31e
commit 7f6686b3d4
5 changed files with 4 additions and 18 deletions

View File

@@ -3,6 +3,7 @@ curl
wget
tcpdump
iotop
nmap
lsof
netcat
mc
@@ -11,7 +12,7 @@ vim
htop
jq
mosh
ssh
openssh-client
powertop
hwinfo
sshfs

View File

@@ -2,5 +2,4 @@
# https://docs.brew.sh/Homebrew-on-Linux
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh | bash

View File

@@ -1,12 +0,0 @@
#!/bin/bash
cat <<EOT
# STEPS
sudo snap install go
cd ~/src/others/
git clone https://github.com/MichaelMure/mdr
cd mdr
make
cp mdr ~/bin/
EOT

View File

@@ -1,5 +1,6 @@
#!/bin/bash
# mdr : MarkDown Renderer
# git clone https://github.com/MichaelMure/mdr.git ~/src/others/
set -o nounset

View File

@@ -3,6 +3,3 @@
# https://sdkman.io/install
curl -s "https://get.sdkman.io" | bash
# todo pridat do .bashrc
source "/home/lachtan/.sdkman/bin/sdkman-init.sh"