Skip to content

Instantly share code, notes, and snippets.

View bbredewold's full-sized avatar
🖖

Bert Bredewold bbredewold

🖖
  • The Netherlands
  • 14:25 (UTC +02:00)
View GitHub Profile
#!/bin/bash
# GUI-related packages
pkgs="
xserver-xorg-video-fbdev
xserver-xorg xinit
gstreamer1.0-x gstreamer1.0-omx gstreamer1.0-plugins-base
gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa
gstreamer1.0-libav
epiphany-browser
#!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper;
use File::Temp qw( tempfile );
use Mojo::UserAgent;
use Sereal qw( decode_sereal encode_sereal );