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 0d5039f commit 44a4f82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ termux-setup-storage
```shell
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
skopeo copy docker://ghcr.io/flaresolverr/flaresolverr:v3.3.6 oci:flaresolverr:v3.3.6
umoci unpack --image flaresolverr:v3.3.6 rootfs```
(Toto bude nèjakou dobu trvat)

4.) Nainstalujte Python:
```shell
pkg install python3
Expand Down

0 comments on commit 44a4f82

Please sign in to comment.