This file contains 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
address=/time.local/10.0.0.2 | |
address=/*.pool.ntp.org/10.0.0.2 | |
cname=time.windows.com,time.local | |
cname=ntp.vesync.com,time.local | |
cname=time.nist.gov,time.local | |
cname=time-a-g.nist.gov,time.local | |
cname=time-b-g.nist.gov,time.local | |
cname=time-c-g.nist.gov,time.local | |
cname=time-d-g.nist.gov,time.local | |
cname=time-e-g.nist.gov,time.local |
To install, run the following as the pi
user
curl -Ls "https://gist.github.com/mattrude/a5b91fd88ec35969af121bd9b3b58a91/raw/reporter-installer.sh" |bash
After the install is complete, confirm the script will run by following:
systemctl list-timers --all
Look for the below entry.
Download Latest Nginx Version from http://nginx.org/download/
mkdir -p /var/src/
cd /var/src/
wget http://nginx.org/download/nginx-1.23.3.tar.gz
tar -xzf nginx-1.23.3.tar.gz
cd nginx-1.23.3
Then Build the software
This file contains 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 | |
buildDIR='/mnt/public/LibreELEC.tv' | |
httpDIR='/var/www/html' | |
builds="master libreelec-11.0" | |
GITURL="https://github.com/LibreELEC/LibreELEC.tv.git" | |
###################################################################################### | |
scriptName=$(basename -- "$0") |
NewerOlder