Linux toolkit Easily install docker and Nodejs shell script

April 6, 2024 · View on GitHub

中文文档

Features

  1. Configuring an SSH login without password. Change the SSH Default Port. Secure your VPS.
  2. Install linux sofrware including Oh-my-zsh, zsh-autosuggestions, Micro editors.
  3. Install Nodejs and PM2.
  4. Install Docker and Docker Compose.
  5. Install Portainer.

Installation

via curl to install script

curl -O https://raw.githubusercontent.com/jinwyp/one_click_script/master/linux_install_software.sh && chmod +x ./linux_install_software.sh && ./linux_install_software.sh

via wget to install script

wget --no-check-certificate https://raw.githubusercontent.com/jinwyp/one_click_script/master/linux_install_software.sh && chmod +x ./linux_install_software.sh && ./linux_install_software.sh

功能列表4