mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-23 19:38:26 +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):
|
||||
if os.uname()[4][:3] == 'arm':
|
||||
return 'armel'
|
||||
return 'armhf'
|
||||
|
||||
# os_bits should be loaded with '32bit' or '64bit'
|
||||
import platform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue