More audio fixes to Debian noroot

This commit is contained in:
Sergii Pylypenko
2014-10-08 16:32:09 +03:00
parent 4b7001903f
commit ea105bfdd0
3 changed files with 9 additions and 3 deletions

View File

@@ -242,6 +242,12 @@ static void * unpackFilesThread(void * unused)
{ "update1.tar.gz", "update1.sh", "" },
{ "update2.tar.gz", "update2.sh", "" },
{ "update3.tar.gz", "update3.sh", "" },
{ "update4.tar.gz", "update4.sh", "" },
{ "update5.tar.gz", "update5.sh", "" },
{ "update6.tar.gz", "update6.sh", "" },
{ "update7.tar.gz", "update7.sh", "" },
{ "update8.tar.gz", "update8.sh", "" },
{ "update9.tar.gz", "update9.sh", "" },
{NULL, NULL, NULL}
};
int i;