feat: fix broken Ubuntu container

This commit is contained in:
Rudra Saraswat 2023-05-20 14:50:11 +05:30
parent 66494a7f28
commit a60dd9ab7d
2 changed files with 2 additions and 3 deletions

View file

@ -15,7 +15,7 @@ function init_waydroid() {
}
require('child_process').spawn('sh', ['-c', 'pkexec waydroid upgrade -o; waydroid session stop; waydroid session start'])
setTimeout(() => { postMessage('success') }, 2000)
}, 4000)
}, 8000)
`
)
init_worker.onmessage = e => {