mirror of
https://github.com/solero/wand.git
synced 2024-11-09 15:08:21 +00:00
QoL update
This commit is contained in:
parent
bb123b4868
commit
c8bdf9227e
@ -38,7 +38,7 @@ read -p "Do you want to run the game when the installation ends? (y/N): " run_ga
|
||||
|
||||
echo "Setting up the environment."
|
||||
sudo apt update
|
||||
sudo apt install docker.io git curl
|
||||
sudo apt install docker.io git curl -y
|
||||
sudo curl -L "https://github.com/docker/compose/releases/download/v2.20.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||
sudo chmod +x /usr/local/bin/docker-compose
|
||||
echo "Done setting up the environment."
|
||||
|
Loading…
Reference in New Issue
Block a user