Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View JulienRobitaille's full-sized avatar

Julien Robitaille JulienRobitaille

View GitHub Profile
@JulienRobitaille
JulienRobitaille / onlykey.PKGBUILD
Last active January 5, 2021 15:34
Onlykey desktop app 5.3.1
pkgname=onlykey
pkgver=5.3.1
pkgrel=1
pkgdesc="OnlyKey Desktop App"
arch=('x86_64')
url="https://onlykey.io/"
license=('custom')
source=("https://github.com/trustcrypto/OnlyKey-App/releases/download/v${pkgver}/OnlyKey_${pkgver}_amd64.deb"
"https://raw.githubusercontent.com/trustcrypto/trustcrypto.github.io/master/49-onlykey.rules")
sha256sums=('ba8e0b4a5228ff1a6c2b19b9f93cb3125bc8273ea0a947bbc82770343b167bda'
@JulienRobitaille
JulienRobitaille / raspberry-pi-zero-w-OTG-mode.sh
Created June 7, 2018 00:53
Raspberry pi zero W configure OTG mode script
#!/bin/bash
#This work for a Raspberry pi zero W 2018-04-18-raspbian-stretch-lite.
#Execute this in the boot directory once you've flashed raspbian
#Used in this project https://github.com/ClubCedille/RocketCam
echo "dtoverlay=dwc2" >> config.txt
sed -i 's/rootwait/rootwait modules-load=dwc2,g_ether/' cmdline.txt
touch ssh