1
0
Fork 0
env/.install/archival.sh

17 lines
142 B
Bash
Raw Normal View History

#!/bin/sh
set -e
source ./.versions
echo
echo "Installing archival tools..."
echo
apk add --no-cache \
unzip \
zip \
tar \
2018-12-02 00:46:52 +08:00
gzip \
xz