I hereby claim:
- I am neonox31 on github.
- I am neonox31 (https://keybase.io/neonox31) on keybase.
- I have a public key whose fingerprint is AAB4 DB74 203B E2BE FA50 EF18 8B8D D7F8 335F ABBF
To claim this, I am signing this object:
| --- | |
| id: ygg-api | |
| name: Ygg API | |
| description: Indexeur non officiel pour ygg.re MOVIES / TV | |
| language: fr-FR | |
| type: private | |
| encoding: UTF-8 | |
| testlinktorrent: false | |
| links: | |
| - https://yggapi.eu/ |
| #!/bin/bash | |
| echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/2/Debian_8.0/ /' >> /etc/apt/sources.list.d/fish.list | |
| apt-get update | |
| wget -qO - http://download.opensuse.org/repositories/shells:fish:release:2/Debian_8.0/Release.key | apt-key add - | |
| apt-get update | |
| apt-get install -y fish |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| get_latest_gh_release() { | |
| curl --silent "https://api.github.com/repos/$1/releases/latest" | # Get latest release from GitHub api | |
| grep '"tag_name":' | # Get tag line | |
| sed -E 's/.*"([^"]+)".*/\1/' # Pluck JSON value | |
| } | |
| wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
| sudo sh -c 'echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list' |