Tuning installation scripts
This commit is contained in:
@@ -3,6 +3,7 @@ curl
|
|||||||
wget
|
wget
|
||||||
tcpdump
|
tcpdump
|
||||||
iotop
|
iotop
|
||||||
|
nmap
|
||||||
lsof
|
lsof
|
||||||
netcat
|
netcat
|
||||||
mc
|
mc
|
||||||
@@ -11,7 +12,7 @@ vim
|
|||||||
htop
|
htop
|
||||||
jq
|
jq
|
||||||
mosh
|
mosh
|
||||||
ssh
|
openssh-client
|
||||||
powertop
|
powertop
|
||||||
hwinfo
|
hwinfo
|
||||||
sshfs
|
sshfs
|
||||||
|
|||||||
@@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
# https://docs.brew.sh/Homebrew-on-Linux
|
# 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
|
#!/bin/bash
|
||||||
|
|
||||||
|
# mdr : MarkDown Renderer
|
||||||
# git clone https://github.com/MichaelMure/mdr.git ~/src/others/
|
# git clone https://github.com/MichaelMure/mdr.git ~/src/others/
|
||||||
|
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|||||||
@@ -3,6 +3,3 @@
|
|||||||
# https://sdkman.io/install
|
# https://sdkman.io/install
|
||||||
|
|
||||||
curl -s "https://get.sdkman.io" | bash
|
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