From 7f6686b3d4741b61be4a92e1c9eb35b757b84e67 Mon Sep 17 00:00:00 2001 From: lachtan Date: Sun, 1 Sep 2024 17:14:30 +0200 Subject: [PATCH] Tuning installation scripts --- conf/packages.txt | 3 ++- install/homebrew.sh | 3 +-- install/markdown-render.sh | 12 ------------ install/mdr.sh | 1 + install/sdkman.io.sh | 3 --- 5 files changed, 4 insertions(+), 18 deletions(-) delete mode 100755 install/markdown-render.sh diff --git a/conf/packages.txt b/conf/packages.txt index cb0dcb6..58d453c 100644 --- a/conf/packages.txt +++ b/conf/packages.txt @@ -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 diff --git a/install/homebrew.sh b/install/homebrew.sh index 627cb4c..fd1d371 100755 --- a/install/homebrew.sh +++ b/install/homebrew.sh @@ -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 diff --git a/install/markdown-render.sh b/install/markdown-render.sh deleted file mode 100755 index 411c442..0000000 --- a/install/markdown-render.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -cat <