Skip to content

Commit afbd742

Browse files
committed
Updated
1 parent b9d39cc commit afbd742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ epm :
111111
fi
112112

113113
epm-helper :
114+
sudo apt-get update
115+
sudo apt-get install -y perl
114116
if ! dpkg -l $@; then \
115117
wget $(mTestOpt) https://$(mReleaseUrl)/epm/$(mEpmHelperPkg); \
116118
sudo apt-get install -y ./$(mEpmHelperPkg); \

0 commit comments

Comments
 (0)