Add openurl patch

This commit is contained in:
HackrOne 2018-02-03 10:40:39 -08:00
parent 51a53021c2
commit 600b5b9f17
1 changed files with 5 additions and 0 deletions

View File

@ -113,7 +113,12 @@ Now we install what we've downloaded:
npm install
```
Patch openurl:
```
sed -i 's/linux/android/' node_modules/openurl/openurl.js
```
### 5. Setup storage
In order to let SMLoadr download to the right folder, we need to setup storage for `Termux`:
```