File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Install Steps
10
10
``` 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
12
12
git clone https://github.com/sodafoundation/multi-cloud.git
13
13
cd multi-cloud/installer
14
14
chmod +x install_dependencies.sh && . install_dependencies.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
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
+
3
7
# Enable docker repository
4
8
echo Enabling docker repository
5
9
mkdir -p /etc/apt/keyrings
@@ -13,10 +17,6 @@ echo \
13
17
echo Updating local repositories
14
18
apt-get update
15
19
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
-
20
20
# Install python dependencies
21
21
echo Installing Python dependencies
22
22
apt-get install -y python3-pip
You can’t perform that action at this time.
0 commit comments