We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear lord Tom, in this day and age....hard coding the IP? For the love of all that is good, fix plez.
The text was updated successfully, but these errors were encountered:
Have the user set it in the config, and each script, notable the m3u playlists and the VLC launcher, read it live.
From Bish-Bash-Bosh
ip="$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')"
Sorry, something went wrong.
In the PI section these files need to be changed..
While we are at it the hostname/ssid
Add to install script in the configs section For Anyfesto
ip=IpYouWantAnyfestoInstallToHave grep -RiIl '10.11.99.1' | xargs sed -i 's/search/$ip/g'
or for Localfesto
ip="$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')" grep -RiIl '10.11.99.1' | xargs sed -i 's/10.11.99.1/$ip/g'
No branches or pull requests
Dear lord Tom, in this day and age....hard coding the IP?
For the love of all that is good, fix plez.
The text was updated successfully, but these errors were encountered: