Skip to content

Releases: MinhHieu012/ENV_SETUP_FOR_LINUX

v1.0.3

22 Oct 08:58

Choose a tag to compare

Update

New feature

  1. Install ibus-bamboo (unikey)
  2. Install MySQL

v1.0.2

22 Oct 06:57

Choose a tag to compare

Update

  1. New feature: Install Git latest version

v1.0.1

22 Oct 04:44

Choose a tag to compare

Update v1.0.1

  1. Fix package docker-ce-cli is not available... when script run to install docker
  2. Add -y to agree when install docker

Release v1.0.0

15 Sep 15:47
b21328f

Choose a tag to compare

First version of script

I. Key Functions

  1. print_title: Displays a title with blue color

  2. print_info: Displays informational messages in green

  3. print_error: Displays error messages in red

  4. print_author: Displays the author's information

  5. countdown: A 5-second countdown before environment setup, allowing the user to cancel by pressing 'q'

  6. countdown_title: Displays a countdown for each installation step with an option to cancel by pressing 's'

  7. Install enviroment airdrop and docker

II. Menu

Install airdrop environment

  1. Installs required packages like python3.11 and pip

  2. Installs Python libraries like requests, colorama, and smart-airdrop-claimer

  3. Installs Node.js (v20.15.1) and related packages like axios, https-proxy-agent, and yargs

  4. Outputs installed versions of Node.js and Python

Install Docker environment

  1. Installs Docker, Docker Compose, and configures firewall rules for ports (80, 443, 8080, etc.).

  2. Outputs installed versions of Docker and Docker Compose.

III. Attention

  1. This version only supports linux os (works best in ubuntu server 22.04)
  2. Just got Vietnamese language (English will be update soon...)