-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.sh
32 lines (25 loc) · 888 Bytes
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## FOR TERMUX
```
> apt update && apt upgrade
> pkg install bash
> pkg install git
> pkg install nodejs
> pkg install ffmpeg
> pkg install imagemagick
> pkg install libwebp
> pkg install yarn
> cd /sdcard/v17
> yarn
> npm start
```
## BUILPACK HEROKU
```FFMPEG :```
https://github.com/Ramdaniofficial/heroku-buildpack-ffmpeg-latest
```WEBP :```
https://github.com/Ramdaniofficial/heroku-buildpack-webp-binaries.git
---------
## FOR WINDOWS/VPS/RDP USER
* Download And Install Git [`Click Here`](https://git-scm.com/downloads)
* Download And Install NodeJS [`Click Here`](https://nodejs.org/en/download)
* Download And Install FFMPEG [`Click Here`](https://ffmpeg.org/download.html) (don't forget to path)
* Download And Install ImageMagick [`Click Here`](https://imagemagick.org/script/download.php) (if nulis want work, checklist columns 1,2,3,5,6)