File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99### Install Steps
1010``` bash
11- apt-get update && apt-get install -y git curl wget libltdl7 libseccomp2 libffi-dev
11+ apt-get update && apt-get install -y git
1212git clone https://github.com/sodafoundation/multi-cloud.git
1313cd multi-cloud/installer
1414chmod +x install_dependencies.sh && . install_dependencies.sh
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # Install dependencies
4+ echo Installing dependencies
5+ apt-get install -y curl wget libltdl7 libseccomp2 libffi-dev apt-transport-https ca-certificates gnupg gnupg-agent lsb-release software-properties-common sshpass pv gawk
6+
37# Enable docker repository
48echo Enabling docker repository
59mkdir -p /etc/apt/keyrings
@@ -13,10 +17,6 @@ echo \
1317echo Updating local repositories
1418apt-get update
1519
16- # Install dependencies
17- echo Installing dependencies
18- apt-get install -y apt-transport-https ca-certificates gnupg gnupg-agent lsb-release software-properties-common sshpass pv gawk
19-
2020# Install python dependencies
2121echo Installing Python dependencies
2222apt-get install -y python3-pip
You can’t perform that action at this time.
0 commit comments