Elinvention/efiboots

SyntaxError: invalid syntax

Mahdi-ME opened this issue · 1 comments

This error is receiving:
$ sudo python efibootmgr-gui.py

Traceback (most recent call last):
File "efibootmgr-gui.py", line 9, in
import efibootmgr
File "/home/m/Downloads/efibootmgr-gui-master/efibootmgr.py", line 7
print(*cmd)
^
SyntaxError: invalid syntax

You need to run it with python3 and you don't need sudo 😄