apt-get install curl zip unzip tar.

This commit is contained in:
Alexander Arlt 2022-03-25 12:51:44 -05:00
parent 2672be7ccf
commit c74bca8c67
5 changed files with 10 additions and 0 deletions

View File

@ -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")/.."

View File

@ -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

View File

@ -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")/../.."

View File

@ -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

View File

@ -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"