Skip to content

Commit 7e22d5e

Browse files
committed
adding apt-get update
1 parent 8d0f172 commit 7e22d5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.testspace.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
</attributes>
77
<suite name="Install.prerequisites" state="1" id=".sh" description="**Install** system prerequisites ">
88
<attributes>
9-
<![CDATA[# install standard system and development tools
9+
<![CDATA[sudo apt-get update
10+
# install standard system and development tools
1011
sudo apt-get install wget unzip python make g++
1112
# install GNU autotools
1213
sudo apt-get install cmake

0 commit comments

Comments
 (0)