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

i2samp.sh #88

Open
dducret opened this issue Jan 29, 2023 · 3 comments
Open

i2samp.sh #88

dducret opened this issue Jan 29, 2023 · 3 comments

Comments

@dducret
Copy link

dducret commented Jan 29, 2023

Can you replace the i2samp.sh by the updated version https://github.com/adafruit/Raspberry-Pi-Installer-Scripts/blob/main/i2samp.sh
Or modify the documentation and using the following command:
curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash

@hichem-abdellali
Copy link

hichem-abdellali commented Jun 8, 2023

Hi @dducret what Raspbian version are you using? I am having an issue installing the script

@patmfm
Copy link

patmfm commented Jun 24, 2023

nano i2samp.sh
find "os_check()
if [ -f /etc/os-release ]; then
if cat /etc/os-release | grep "Raspbian" > /dev/null; then
IS_RASPBIAN=true && IS_SUPPORTED=true
fi
if command -v apt-get > /dev/null; then
for os in ${osreleases[@]}; do
if cat /etc/os-release | grep $os > /dev/null; then
IS_SUPPORTED=false && IS_EXPERIMENTAL=false
change IS_SUPPORTED=false to IS_SUPPORT=true
that made it work for me

@jpearce73
Copy link

I installed this on the ezyblock image https://ezblock.cc/download/v31.html
I just had to edit i2samp.sh like this, changing the entry for buster to
IS_RASPBIAN=true && IS_SUPPORTED=true
image

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

4 participants