Skip to content

Commit 02d62d1

Browse files
committed
testing apt-get support
1 parent bf0de55 commit 02d62d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/compile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ if [ -f $BUILD_DIR/Aptfile ]; then
5656
mkdir -p "$APT_STATE_DIR/lists/partial"
5757
apt-get $APT_OPTIONS update
5858
for PACKAGE in $(cat $BUILD_DIR/Aptfile); do
59+
status "'$PACKAGE' entry found in Aptfile."
5960
if [[ $PACKAGE == 'libblocksruntime-dev' || $PACKAGE == 'libkqueue0' || $PACKAGE == 'libcurl3' || $PACKAGE == 'openssl' || $PACKAGE == 'libssl-dev' ]]; then
6061
status "$PACKAGE already installed."
6162
continue

0 commit comments

Comments
 (0)