Skip to content

Instantly share code, notes, and snippets.

@fatihbaltaci
Created March 29, 2019 14:05
Show Gist options
  • Save fatihbaltaci/280479151435c1b622a7facb2ac3010d to your computer and use it in GitHub Desktop.
Save fatihbaltaci/280479151435c1b622a7facb2ac3010d to your computer and use it in GitHub Desktop.
echo "deb http://repo.yandex.ru/yandex-disk/deb/ stable main" | sudo tee -a /etc/apt/sources.list.d/yandex-disk.list > /dev/null && wget http://repo.yandex.ru/yandex-disk/YANDEX-DISK-KEY.GPG -O- | sudo apt-key add - && sudo apt-get update && sudo apt-get install -y yandex-disk
@fatihbaltaci
Copy link
Author

yandex-disk setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment