05-20-2022, 01:55 AM
Hi,
I found an answer to myself for the 2nd method, installing KeexyBox from script.
1. I found buster 32 bit image and installed in the SD card
2. connected to wifi via ssh
3. set APT repository. Yes, this was where I didn't do properly.
To set the APT repository, I used the following script.
sudo su -c "echo 'deb http://archive.raspbian.org/raspbian wheezy main contrib non-free' >> /etc/apt/sources.list"
sudo su -c "echo 'deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free' >> /etc/apt/sources.list"
Then, sudo apt update (when I skipped this update, I still got errors).
That's it. All went well and finally completed the installation. It took 30 minutes on my Pi Zero.
I couldn't connect the wifi when I Installing KeexyBox by flashing MicroSD method. So, I gave up on this.
I found an answer to myself for the 2nd method, installing KeexyBox from script.
1. I found buster 32 bit image and installed in the SD card
2. connected to wifi via ssh
3. set APT repository. Yes, this was where I didn't do properly.
To set the APT repository, I used the following script.
sudo su -c "echo 'deb http://archive.raspbian.org/raspbian wheezy main contrib non-free' >> /etc/apt/sources.list"
sudo su -c "echo 'deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free' >> /etc/apt/sources.list"
Then, sudo apt update (when I skipped this update, I still got errors).
That's it. All went well and finally completed the installation. It took 30 minutes on my Pi Zero.
I couldn't connect the wifi when I Installing KeexyBox by flashing MicroSD method. So, I gave up on this.