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
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
apt-get update
|
||||||
|
apt-get install curl zip unzip tar
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
ROOTDIR="$(dirname "$0")/.."
|
ROOTDIR="$(dirname "$0")/.."
|
||||||
|
@ -28,6 +28,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
apt-get update
|
||||||
|
apt-get install curl zip unzip tar
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
if test -z "$1"; then
|
if test -z "$1"; then
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
apt-get update
|
||||||
|
apt-get install curl zip unzip tar
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
ROOTDIR="$(dirname "$0")/../.."
|
ROOTDIR="$(dirname "$0")/../.."
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
|
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
|
apt-get update
|
||||||
|
apt-get install curl zip unzip tar
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
if test -z "$1"; then
|
if test -z "$1"; then
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
apt-get update
|
||||||
|
apt-get install curl zip unzip tar
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
ROOTDIR="/root/project"
|
ROOTDIR="/root/project"
|
||||||
|
Loading…
Reference in New Issue
Block a user