Skip to content

Commit 00b9d56

Browse files
committed
testing apt-get support
1 parent f6c7e0a commit 00b9d56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/compile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ if [ -f $BUILD_DIR/Aptfile ]; then
6767
topic "Installing $(basename $DEB)"
6868
dpkg -x $DEB $BUILD_DIR/.apt/
6969
done
70+
else
71+
status "No Aptfile found."
7072
fi
7173

7274
# Write profile script and set additional environment variables

0 commit comments

Comments
 (0)