Skip to content

Instantly share code, notes, and snippets.

@thegreatestminer
Last active January 10, 2020 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thegreatestminer/74d17a2e1c74cad70afc03a891ea3e9f to your computer and use it in GitHub Desktop.
Save thegreatestminer/74d17a2e1c74cad70afc03a891ea3e9f to your computer and use it in GitHub Desktop.
another small set up script
#!/bin/bash
wget http://yt-dl.org/downloads/latest/youtube-dl
mv youtube-dl /usr/bin/
chmod +x /usr/bin/youtube-dl
apt install python3.7
rclone copy drive:PixivUtil2-BLANK.7z ./ -P && 7z x PixivUtil2-BLANK.7z && rm PixivUtil2-BLANK.7z
@thegreatestminer
Copy link
Author

px2 uses py3!!!

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