Tuning installation scripts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# mdr : MarkDown Renderer
|
||||
# git clone https://github.com/MichaelMure/mdr.git ~/src/others/
|
||||
|
||||
set -o nounset
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user