Skip to content

Commit 95f3524

Browse files
committed
GUI password promt
1 parent 536b966 commit 95f3524

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Fossee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ class install_verilator(QThread):
286286
,"autoconf"
287287
,"./configure"
288288
,"make"
289-
,"sudo make install"
290-
]
289+
,"pkexec make install"]
290+
291291
def __init__(self, parent=None):
292292
QThread.__init__(self, parent)
293293
def start(self):

0 commit comments

Comments
 (0)