Created
May 22, 2023 19:56
-
-
Save aattk/eb8b3b2bc3d1dc41f32e348f78027963 to your computer and use it in GitHub Desktop.
Raspberry Docker Installer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "aattk.net tarafından oluşturuldu. " | |
| sudo apt update -y | |
| sudo apt upgrade -y | |
| curl -sSL https://get.docker.com | sh | |
| sudo usermod -aG docker $USER | |
| logout | |
| groups |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment