forked from menubboi/HerokuShell-Rclone
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsetup.sh
More file actions
23 lines (19 loc) · 731 Bytes
/
Copy pathsetup.sh
File metadata and controls
23 lines (19 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /bin/bash
apt update && apt upgrade -y && apt install -y software-properties-common && apt update && add-apt-repository universe && add-apt-repository multiverse
apt update && apt install -y --no-install-recommends \
python3.8 python3-pip curl wget git \
python-is-python3 build-essential \
nano \
zip unzip p7zip-full rar unrar \
ffmpeg \
rdfind
# install node v14.x including npm
curl -sL https://deb.nodesource.com/setup_14.x | bash -
apt install -y nodejs
rm -rf /var/lib/apt/lists/*
npm install -g localtunnel yarn
pip3 install --no-cache-dir -r requirements.txt
# install aria2c
# curl -Oaria2.deb https://tebi.com/7yhtraria2.deb
# Install Telegram Bot app
yarn install