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