Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpms / usr / share / fpms / migration_notes.txt
Size: Mime:
Migrating from the old NanoHatOLED & BakeBit repos to the new single 'fpms' repo:

Before fpms can be installed, some additional python3 modules are required. Complete the following steps:

sudo apt-get update
sudo apt-get install python3-smbus
sudo python3 -m pip install pillow

To install fpms:

1. Edit the oled-start file : "sudo nano /usr/local/bin/oled-start"

    from:

        #!/bin/sh
        cd /home/wlanpi/NanoHatOLED
        ./NanoHatOLED

    to:

        #!/bin/sh
        cd /home/wlanpi/fpms
        ./NanoHatOLED

2. Run "sudo crontab -e" and change :

        @reboot /home/wlanpi/NanoHatOLED/BakeBit/Software/Python/scripts/networkinfo/networkinfocron.sh

    to:

        @reboot /home/wlanpi/fpms/BakeBit/Software/Python/scripts/networkinfo/networkinfocron.sh

3. Clone the "fpms" repo as wlanpi user:

    cd ~
    git clone https://github.com/WLAN-Pi/fpms.git

4. Remove the old NanoHatOLED folder:

    cd ~
    sudo rm -rf ./NanoHatOLED

5. Sync filesystem:

    sudo sync

6. Power off/on (not reboot from CLI ) the WLAN Pi