Releases: MinhHieu012/ENV_SETUP_FOR_LINUX
v1.0.3
v1.0.2
Update
- New feature: Install Git latest version
v1.0.1
Update v1.0.1
- Fix package docker-ce-cli is not available... when script run to install docker
- Add -y to agree when install docker
Release v1.0.0
First version of script
I. Key Functions
-
print_title: Displays a title with blue color
-
print_info: Displays informational messages in green
-
print_error: Displays error messages in red
-
print_author: Displays the author's information
-
countdown: A 5-second countdown before environment setup, allowing the user to cancel by pressing 'q'
-
countdown_title: Displays a countdown for each installation step with an option to cancel by pressing 's'
-
Install enviroment airdrop and docker
II. Menu
Install airdrop environment
-
Installs required packages like python3.11 and pip
-
Installs Python libraries like requests, colorama, and smart-airdrop-claimer
-
Installs Node.js (v20.15.1) and related packages like axios, https-proxy-agent, and yargs
-
Outputs installed versions of Node.js and Python
Install Docker environment
-
Installs Docker, Docker Compose, and configures firewall rules for ports (80, 443, 8080, etc.).
-
Outputs installed versions of Docker and Docker Compose.
III. Attention
- This version only supports linux os (works best in ubuntu server 22.04)
- Just got Vietnamese language (English will be update soon...)