kopia lustrzana https://github.com/km4ack/pi-build
fix typo
rodzic
4012ed6bfc
commit
a79424ed65
|
@ -213,7 +213,7 @@ TELNET() {
|
||||||
PITERM() {
|
PITERM() {
|
||||||
cd ${DIR} || return
|
cd ${DIR} || return
|
||||||
#determine if 32 or 64 bit and install correct dependencies. Thanks Ben,KU0HN! Reference: https://groups.io/g/bpq32/message/34486
|
#determine if 32 or 64 bit and install correct dependencies. Thanks Ben,KU0HN! Reference: https://groups.io/g/bpq32/message/34486
|
||||||
if [ `getconf LONG_BIT = '32' ]; then
|
if [ `getconf LONG_BIT` = '32' ]; then
|
||||||
sudo apt install libqt5serialport5
|
sudo apt install libqt5serialport5
|
||||||
else
|
else
|
||||||
sudo dpkg --add-architecture armhf
|
sudo dpkg --add-architecture armhf
|
||||||
|
@ -520,7 +520,7 @@ sudo mv /run/user/$UID/packetsearch.desktop /usr/share/applications/
|
||||||
|
|
||||||
QTSOUND(){
|
QTSOUND(){
|
||||||
#determine if 32 or 64 bit and install correct dependencies. Thanks Ben,KU0HN! Reference: https://groups.io/g/bpq32/message/34486
|
#determine if 32 or 64 bit and install correct dependencies. Thanks Ben,KU0HN! Reference: https://groups.io/g/bpq32/message/34486
|
||||||
if [ `getconf LONG_BIT = '32' ]; then
|
if [ `getconf LONG_BIT` = '32' ]; then
|
||||||
sudo apt install libqt5serialport5
|
sudo apt install libqt5serialport5
|
||||||
else
|
else
|
||||||
sudo dpkg --add-architecture armhf
|
sudo dpkg --add-architecture armhf
|
||||||
|
|
Ładowanie…
Reference in New Issue