fix: noconfirm auto-selects first AUR match
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
ifile = sys.argv[1]
|
||||
ofile = sys.argv[2]
|
||||
|
||||
open(ofile, 'w').write(open(ifile).read())
|
||||
Reference in New Issue
Block a user