Skip to content

Instantly share code, notes, and snippets.

View tansionline's full-sized avatar
👨‍💻
working

Selcuk Tatar tansionline

👨‍💻
working
View GitHub Profile

Keybase proof

I hereby claim:

  • I am tansionline on github.
  • I am tansi (https://keybase.io/tansi) on keybase.
  • I have a public key ASDqRfMjPquga6qFSufoJEWe-WIMGlOQ-_YfSSPdTDdDCAo

To claim this, I am signing this object:

#!/bin/bash
echo " "
echo "Soundbrand installer"
echo ""
sudo apt-get update -y
echo ""
echo "Install git"
echo ""
sudo apt-get install git -y
echo ""

Step 0: Create your VM on DigitalOcean

Click on the create > Droplet

Click on the create > Droplet

Select your packages

sudo apt update &&
sudo apt install python3 pip -y &&
pip install -r requirements.txt