Skip to content
New issue

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

flrig and bigvnc not being used from setup.php #5

Open
matthewrwright opened this issue Jan 9, 2024 · 3 comments
Open

flrig and bigvnc not being used from setup.php #5

matthewrwright opened this issue Jan 9, 2024 · 3 comments

Comments

@matthewrwright
Copy link

In the latest patreon build image (1.8-1) the code lines

if (isset($_POST["flrig"])) { $output = shell_exec("sudo sed -i 's/NEWFLRIG=.*/NEWFLRIG=1/gi' /home/pi/localize.sh "); } if (isset($_POST["bigvnc"])) { $output = shell_exec("sudo sed -i 's/NEWBIGVNC=.*/NEWBIGVNC=1/gi' /home/pi/localize.sh "); }
Don't have a matching entry to edit in the header of localize.sh meaning that neither of those options are set.

@matthewrwright
Copy link
Author

Update: Manually following localize.sh and trying to enable flrig fails as flrig isn't installed within the image.

@craigerl
Copy link
Owner

craigerl commented Jan 9, 2024

Confirmed - thanks!

@craigerl
Copy link
Owner

Fixed in 1.8-2 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants