nitind - Overview
Pinned Loading
-
1
- Download an image from https://ownyourbits.com/downloads/ and burn onto a microSD card
3
- Change the pi user password from 'raspberry' to something else
4
- Switch locales and keyboard in raspi-config. I still had to manually set it to a 101 keyboard and "us" style, even after going through the raspi-config.
5
- Enable wifi if needed (RPi3B+ is the first one that supports 5GHz), wait for the unattended upgrade to complete.
-
1
// A transform function to use with copy-webpack-plugin that2
// gzips assets as they're copied.4
var gziptee = function(src, dest) {
5
const gzipSmallerThan = 0.8;