Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AgriTech
Mobile Autonomous Cart with guided Vision for Agriculture
Commits
32a073a1
Commit
32a073a1
authored
Aug 22, 2021
by
Prashanth
💬
Browse files
Upload New File
parent
10c578f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian_docker_install.sh
0 → 100644
View file @
32a073a1
#!/bin/bash
sudo
apt-get
install
-y
\
apt-transport-https
\
ca-certificates
\
curl
\
software-properties-common
curl
-fsSL
https://download.docker.com/linux/debian/gpg |
sudo
apt-key add -
sudo
add-apt-repository
\
"deb [arch=amd64] https://download.docker.com/linux/debian
\
$(
lsb_release
-cs
)
\
stable"
sudo
apt-get update
sudo
apt-get remove
-y
docker docker-engine
sudo
apt-get
install
-y
git
sudo
apt-get
install
-y
docker-ce
\ No newline at end of file
Write
Preview
Supports
Markdown
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