mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
apt-get install -y curl zip unzip tar.
This commit is contained in:
parent
c74bca8c67
commit
ebf3f6156d
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
apt-get update
|
||||
apt-get install curl zip unzip tar
|
||||
apt-get install -y curl zip unzip tar
|
||||
git submodule update --init --recursive
|
||||
|
||||
ROOTDIR="$(dirname "$0")/.."
|
||||
|
@ -29,7 +29,7 @@
|
||||
set -e
|
||||
|
||||
apt-get update
|
||||
apt-get install curl zip unzip tar
|
||||
apt-get install -y curl zip unzip tar
|
||||
git submodule update --init --recursive
|
||||
|
||||
if test -z "$1"; then
|
||||
|
@ -2,7 +2,7 @@
|
||||
set -ex
|
||||
|
||||
apt-get update
|
||||
apt-get install curl zip unzip tar
|
||||
apt-get install -y curl zip unzip tar
|
||||
git submodule update --init --recursive
|
||||
|
||||
ROOTDIR="$(dirname "$0")/../.."
|
||||
|
@ -35,7 +35,7 @@
|
||||
set -ev
|
||||
|
||||
apt-get update
|
||||
apt-get install curl zip unzip tar
|
||||
apt-get install -y curl zip unzip tar
|
||||
git submodule update --init --recursive
|
||||
|
||||
if test -z "$1"; then
|
||||
|
@ -2,7 +2,7 @@
|
||||
set -ex
|
||||
|
||||
apt-get update
|
||||
apt-get install curl zip unzip tar
|
||||
apt-get install -y curl zip unzip tar
|
||||
git submodule update --init --recursive
|
||||
|
||||
ROOTDIR="/root/project"
|
||||
|
Loading…
Reference in New Issue
Block a user