⬇️Install Software Dependencies

Open a terminal window and run the following commands to install the required software.

Step 1: Install base dependenciesarrow-up-right

// Install base dependencies

sudo apt update -y
sudo apt install -y tmux git curl unzip jq aria2 pv

Step 2: Install Docker

//Docker installation

sudo apt-get install docker-ce
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

sudo usermod -aG docker $USER
newgrp docker && newgrp $USER

Step 3: Install Nix

Step 4: Install Haskell

Last updated