Skip to content

Instantly share code, notes, and snippets.

@Dartblack4
Created March 12, 2019 10:53
Show Gist options
  • Save Dartblack4/09eaef09bcc23593c241d89113ca59a5 to your computer and use it in GitHub Desktop.
Save Dartblack4/09eaef09bcc23593c241d89113ca59a5 to your computer and use it in GitHub Desktop.
#!/bin/bash
apt-get update
sudo apt-get install \
 apt-transport-https \
 ca-certificates \
 curl \
 gnupg2 \
 software-properties-common
# выполнение вышеобозначенных действий, также можно добавлять команды в зависимости от задачи.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment