Added instruction for "list_backports" script

This commit is contained in:
Alexey Milovidov 2019-08-21 01:52:57 +03:00
parent 58358ec856
commit dd73996073

View File

@ -1,5 +1,21 @@
#!/bin/sh
# sudo apt install python3-pip
# sudo pip3 install gitpython termcolor
# Go to GitHub.
# In top-right corner, click to your profile icon.
# Choose "Settings".
# Choose "Developer settings".
# Choose "Personal access tokens".
# Choose "Generate new token".
# Don't check any checkboxes.
# Run as:
# ./list_backports.sh --token your-token
set -e
SCRIPTPATH=$(readlink -f "$0")
SCRIPTDIR=$(dirname "$SCRIPTPATH")