Skip to content

Commit 93ed1cd

Browse files
committed
removed duplicate text
1 parent 8bfcf8d commit 93ed1cd

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,22 @@ The following steps must also be completed:
3434
2. Clone the "fpms" repo as wlanpi user:
3535

3636
cd /usr/local
37-
git clone https://github.com/WLAN-Pi/fpms.git
37+
sudo git clone https://github.com/WLAN-Pi/fpms.git
3838

3939
3. Remove the old NanoHatOLED folder:
4040

4141
cd ~
4242
sudo rm -rf ./NanoHatOLED
4343

44-
4. Install the smbus python3 package:
45-
46-
sudo apt-get update
47-
sudo apt-get install python3-smbus
48-
49-
5. Install the python module pillow:
50-
51-
sudo python3 -m pip install pillow
52-
53-
6. Remove the network info cron entry "/home/wlanpi/fpms/BakeBit/Software/Python/scripts/networkinfo/networkinfocron.sh" by editing cron with:
44+
4. Remove the network info cron entry "@reboot /home/wlanpi/NanoHatOLED/BakeBit/Software/Python/scripts/networkinfo/networkinfocron.sh" by editing cron with:
5445

5546
sudo crontab -e
5647

57-
7. Sync filesystem:
48+
5. Sync filesystem:
5849

5950
sudo sync
6051

61-
8. Power off/on (not reboot from CLI ) the WLAN Pi
52+
6. Power off/on (not reboot from CLI ) the WLAN Pi
6253

6354
Once the fpms package has been successfully installed and is operational, it may be updated using the WLAN Pi package admin tool 'pkg_admin":
6455

release_notes.txt

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,19 @@ The following steps must also be completed:
3030
2. Clone the "fpms" repo as wlanpi user:
3131

3232
cd /usr/local
33-
git clone https://github.com/WLAN-Pi/fpms.git
33+
sudo git clone https://github.com/WLAN-Pi/fpms.git
3434

3535
3. Remove the old NanoHatOLED folder:
3636

3737
cd ~
3838
sudo rm -rf ./NanoHatOLED
3939

40-
4. Install the smbus python3 package:
41-
42-
sudo apt-get update
43-
sudo apt-get install python3-smbus
44-
45-
5. Install the python module pillow:
46-
47-
sudo python3 -m pip install pillow
48-
49-
6. Remove the network info cron entry "/home/wlanpi/fpms/BakeBit/Software/Python/scripts/networkinfo/networkinfocron.sh" by editing cron with:
40+
4. Remove the network info cron entry "@reboot /home/wlanpi/NanoHatOLED/BakeBit/Software/Python/scripts/networkinfo/networkinfocron.sh" by editing cron with:
5041

5142
sudo crontab -e
5243

53-
7. Sync filesystem:
44+
5. Sync filesystem:
5445

5546
sudo sync
5647

57-
8. Power off/on (not reboot from CLI ) the WLAN Pi
48+
6. Power off/on (not reboot from CLI ) the WLAN Pi

0 commit comments

Comments
 (0)