Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt2Speedy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mt2Speedy
Commits
8601267a
Unverified
Commit
8601267a
authored
Mar 05, 2019
by
Ahmad Nemati
Committed by
GitHub
Mar 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update install.sh
parent
7092f427
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
33 deletions
+5
-33
install.sh
install.sh
+5
-33
No files found.
install.sh
View file @
8601267a
#!/bin/sh
sudo
apt-get remove docker docker-engine docker.io
sudo
apt-get
-y
update
sudo
apt-get
-y
install
\
apt-transport-https
\
ca-certificates
\
curl
\
software-properties-common
curl
-fsSL
https://download.docker.com/linux/ubuntu/gpg |
sudo
apt-key add -
sudo
apt-key fingerprint 0EBFCD88
sudo
add-apt-repository
\
"deb [arch=amd64] https://download.docker.com/linux/ubuntu
\
$(
lsb_release
-cs
)
\
stable"
sudo
apt-get
-y
update
sudo
apt-get
-y
install
docker-ce
docker volume create portainer_data
docker run
-d
-p
9000:9000
--name
=
port
--restart
=
always
-v
/var/run/docker.sock:/var/run/docker.sock
-v
portainer_data:/data portainer/portainer
apt-get update
apt
install
-y
git curl build-essential libssl-dev zlib1g-dev
git clone https://github.com/TelegramMessenger/MTProxy
cd
MTProxy
make
&&
cd
objs/bin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment