added pythond to core install, added note in setting about ssh-ident
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user