Skip to content

Instantly share code, notes, and snippets.

View Botspot's full-sized avatar

Botspot

View GitHub Profile
@Botspot
Botspot / rebuild-yad.sh
Last active January 14, 2022 01:38
Debian version of yad is ancient. This script downloads the debfile, copies in a fresh binary, and rebuilds the deb file.
#!/bin/bash
set -e
#compile yad
sudo apt install -y libgspell-1-dev libwebkit2gtk-4.0-dev intltool libgtksourceview-3.0-dev
cd /tmp
rm -rf ./yad
git clone https://github.com/v1cont/yad
cd ./yad
autoreconf -ivf
@Botspot
Botspot / pi-apps-on-raspbian-buster-64.md
Last active July 31, 2021 19:17
Install Pi-Apps on raspbian-buster-64.

install raspbian-nspawn-64

sudo apt install raspbian-nspawn-64

Enable the 64-bit kernel and reboot. Ensure raspbian-nspawn-64 is running with:

ds64-start

Then open a shell in the 64-bit container to run commands in: