Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojtak42 authored Oct 13, 2023
1 parent 44a4f82 commit f45ab78
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@ termux-setup-storage
pkg upgrade
```
# Instalujte Flaresolverr
1.) ```pkg install proot-distro```
2.) `proot-distro install ubuntu`
3.) `proot-distro login ubuntu`
4.) `apt install skopeo umoci`
5.) ```cd /data/data/com.termux/files/home
1.) ```
pkg install proot-distro
```
2.) `
proot-distro install ubuntu
`
3.) `
proot-distro login ubuntu
`
4.) `
apt install skopeo umoci
`
5.) ```
cd /data/data/com.termux/files/home
skopeo copy docker://ghcr.io/flaresolverr/flaresolverr:v3.3.6 oci:flaresolverr:v3.3.6
umoci unpack --image flaresolverr:v3.3.6 rootfs```
umoci unpack --image flaresolverr:v3.3.6 rootfs
```
(Toto bude nèjakou dobu trvat)

4.) Nainstalujte Python:
Expand Down

0 comments on commit f45ab78

Please sign in to comment.