mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
apt-get install curl zip unzip tar.
This commit is contained in:
parent
2672be7ccf
commit
c74bca8c67
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
apt-get update
|
||||
apt-get install curl zip unzip tar
|
||||
git submodule update --init --recursive
|
||||
|
||||
ROOTDIR="$(dirname "$0")/.."
|
||||
|
@ -28,6 +28,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
apt-get update
|
||||
apt-get install curl zip unzip tar
|
||||
git submodule update --init --recursive
|
||||
|
||||
if test -z "$1"; then
|
||||
|
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
apt-get update
|
||||
apt-get install curl zip unzip tar
|
||||
git submodule update --init --recursive
|
||||
|
||||
ROOTDIR="$(dirname "$0")/../.."
|
||||
|
@ -34,6 +34,8 @@
|
||||
|
||||
set -ev
|
||||
|
||||
apt-get update
|
||||
apt-get install curl zip unzip tar
|
||||
git submodule update --init --recursive
|
||||
|
||||
if test -z "$1"; then
|
||||
|
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
apt-get update
|
||||
apt-get install curl zip unzip tar
|
||||
git submodule update --init --recursive
|
||||
|
||||
ROOTDIR="/root/project"
|
||||
|
Loading…
Reference in New Issue
Block a user