Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 146 Bytes

ssu-update-repos

File metadata and controls

8 lines (7 loc) · 146 Bytes
 
1
2
3
#!/bin/sh
if [ -z "$MIC_RUN" ]; then
Jun 13, 2013
Jun 13, 2013
4
touch /usr/share/ssu/board-mappings.d/*.ini 2>/dev/null
5
6
7
8
/usr/bin/ssu updaterepos
else
exit 1
fi