First you need to install the locales you want:
sudo dpkg-reconfigure locales
Then refresh your current environment:
#!/bin/bash | |
# This is a quick installer | |
# script I made to build and install the latest version of | |
# fish on my Raspberry Pi. | |
# | |
# Use at your own risk as I have made no effort to make | |
# this install safe! | |
set -e |
{ | |
"service":{ | |
"nat":{ | |
"rule":{ | |
"1":{ | |
"description":"Redirect DNS queries to adguard/pihole", | |
"destination":{ | |
"port":"53" | |
}, | |
"source":{ |