mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-31 07:09:41 +02:00
fixed: wrong arch for rpi
This commit is contained in:
parent
fd35e6fd71
commit
0d087d4edc
1 changed files with 1 additions and 1 deletions
|
@ -1327,7 +1327,7 @@ class InternalCommands:
|
||||||
|
|
||||||
def getDebianArch(self):
|
def getDebianArch(self):
|
||||||
if os.uname()[4][:3] == 'arm':
|
if os.uname()[4][:3] == 'arm':
|
||||||
return 'armel'
|
return 'armhf'
|
||||||
|
|
||||||
# os_bits should be loaded with '32bit' or '64bit'
|
# os_bits should be loaded with '32bit' or '64bit'
|
||||||
import platform
|
import platform
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue