Minimum Requirements
Minimum Requirement
Operating System: Ubuntu 22.04
Memory: At least 8GB RAM
Storage: Minimum 250GB available disk space
CPU: 8-core minimum
Operating System: Ubuntu 22.04 | macOS Sequoia Version 15.6.1
Prerequisite: Brew
First, install brew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Use the command below if you are using an AWS EC2 server or other cloud servers with no sudo passwords:
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. And then install wget with brew:
brew install wget
Last updated