This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sed -i 's|http://ports.ubuntu.com/ubuntu-ports|http://old-releases.ubuntu.com/ubuntu|g' /etc/apt/sources.list | |
sudo apt update && sudo apt upgrade -y | |
sudo sed -i 's|lunar|mantic|g' /etc/apt/sources.list | |
sudo apt update && sudo apt upgrade -y | |
# Had to fix the installs for libc6 | |
sudo apt --fix-broken install | |
sudo apt dist-upgrade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
CONFIG_FILE_NAME='nordlynx_wg.conf' | |
nordvpn disconnect | |
sleep 2 | |
nordvpn set technology nordlynx | |
nordvpn connect Netherlands | |
nordvpn status |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# on the sonarr container | |
cert-sync /etc/ssl/certs/ca-certificates.crt |