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

Will not install on PI4 #1018

Closed
maverickccie opened this issue Sep 25, 2020 · 7 comments
Closed

Will not install on PI4 #1018

maverickccie opened this issue Sep 25, 2020 · 7 comments
Labels
support Something isn't working with the users setup

Comments

@maverickccie
Copy link

maverickccie commented Sep 25, 2020

When trying to install on a PI4 with all current updates the install will not run. Get this:

pi@octopi:$ bash <(wget -qO- https://github.com/UnchartedBull/OctoDash/raw/master/scripts/install.sh)
pi@octopi:
$

General Information:

  • Hardware: PI 4 2gb
  • OctoPrint version : 1.4.2
  • OctoPi version : 0.17.0

Tried just pulling the install.sh and making it executable, still does not work. Get this:
pi@octopi:$ ./install.sh
pi@octopi:
$

@maverickccie maverickccie added the support Something isn't working with the users setup label Sep 25, 2020
@the1snm
Copy link

the1snm commented Sep 25, 2020

Make sure you don't have extra spaces and such in there as I just installed this 2 days ago on a Pi4 and it works fine, in fact it's printing right now.

@maverickccie
Copy link
Author

Make sure you don't have extra spaces and such in there as I just installed this 2 days ago on a Pi4 and it works fine, in fact it's printing right now.

I am copying strait from github into the ssh session. made sure there is no extra spaces.

@maverickccie
Copy link
Author

Something must really be wrong because I just tried it on a Pi 3 and same thing return to prompt right away.

@Protoncek
Copy link

Hm... i just installed it with same copy/paste system and it worked on my Pi4. So,. i guess it's nothing wrong with link / command.

@UnchartedBull
Copy link
Owner

There definitely is nothing wrong with the installer script as it is working like that for a few months now.

What shell are you using? Can you please post the output of tail -5 ./install.sh. Are there any errors on the console?

@maverickccie
Copy link
Author

This is what I get (no errors):

pi@octopi:$ tail -5 ./install.sh
list_input "Shall I reboot your Pi now?" yes_no reboot
echo "OctoDash has been successfully installed! :)"
if [ $reboot == 'yes' ]; then
sudo reboot
fi
pi@octopi:
$

I am able to install via the manual way but cannot run the script, so I know Octodash works but the install script does not.

@UnchartedBull
Copy link
Owner

that script looks fine. there is probably something funky going on with your console. Since you got it working (although only via the manual way) and nobody else had the same issue I'm closing this here for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Something isn't working with the users setup
Projects
None yet
Development

No branches or pull requests

4 participants