Skip to content

Commit

Permalink
Lets make our apk stuff more quiet.
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Jun 19, 2017
1 parent 8837600 commit 7c0bc0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repos/jekyll/copy/all/usr/local/bin/depends
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ set -e

if [ ! -f /updated ]; then
if [ "$CONNECTED" = "true" ]; then
apk update
apk add build-base ruby-dev
apk update -q
apk add build-base ruby-dev -q --no-progress
touch /updated

if [ -f ".apk" ]
then apk --update add $(
then apk add --no-progress $(
cat .apk
)
fi
Expand Down

0 comments on commit 7c0bc0c

Please sign in to comment.