mirror of
https://github.com/fastogt/pyfastogt
synced 2025-03-09 23:38:55 +00:00
Sources UP
This commit is contained in:
parent
79f2ecb922
commit
efe7ab047b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class WindowsMingwPlatform(Platform):
|
|||
Platform.__init__(self, 'windows', arch, package_types)
|
||||
|
||||
def install_package(self, name):
|
||||
subprocess.call(['pacman', '-SYq', name])
|
||||
subprocess.call(['pacman', '-S', '--noconfirm', name])
|
||||
|
||||
|
||||
class WindowsPlatforms(SupportedPlatforms):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue