From caa95e64d88de141d52afd2da24e5ee03cb8192b Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Wed, 13 Sep 2023 13:57:56 +0000 Subject: [PATCH] added pythond to core install, added note in setting about ssh-ident --- one-time-stuff/basic-settings.sh | 2 +- one-time-stuff/install-software.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/one-time-stuff/basic-settings.sh b/one-time-stuff/basic-settings.sh index 73787b2..85595ca 100755 --- a/one-time-stuff/basic-settings.sh +++ b/one-time-stuff/basic-settings.sh @@ -86,7 +86,7 @@ esac # ---------------------------------------------------------- echo "----- Add symlink for ssh-ident as ssh --------------" -read -p 'Add "ssh alias for ssh-ident"? [y/N]: ' add_ident +read -p 'Add "ssh alias for ssh-ident"? (REQUIRES python) [y/N]: ' add_ident case $add_ident in [Yy]* ) echo 'Creating ssh symlink to ssh-ident' diff --git a/one-time-stuff/install-software.sh b/one-time-stuff/install-software.sh index d7016fd..0e28fa2 100755 --- a/one-time-stuff/install-software.sh +++ b/one-time-stuff/install-software.sh @@ -52,8 +52,8 @@ function install_collection () { # ---------------------------------------------------------- -echo "----- Install core utilities: curl, vim, git, jq.. ---" -install_collection 'core utilities' curl fail2ban git htop jq grep gzip net-tools goaccess dnsutils bash-completion cron vim make chrony build-essential gcc inotify-tools +echo "----- Install core utilities: curl, vim, git, python3.. ---" +install_collection 'core utilities' curl fail2ban git htop jq grep gzip net-tools goaccess dnsutils bash-completion cron vim make chrony build-essential gcc inotify-tools python3 python-is-python3 echo "----- Install extra utilities: ncdu, zip, iftop -----" install_collection 'extra utilities' ncdu zip unzip iftop colorized-logs php-cli ca-certificates curl gnupg lsb-release