We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1fdca commit 0c10130Copy full SHA for 0c10130
sbin/system-setup.py
@@ -25,10 +25,7 @@ def common_first(self):
25
26
def debian_compat(self):
27
self.install("locales")
28
- if self.dist == 'ubuntu' and int(self.ver.split('.')[0]) < 18:
29
- self.run("%s/bin/getgcc --modern" % READIES)
30
- else:
31
- self.run("%s/bin/getgcc" % READIES)
+ self.run("%s/bin/getgcc" % READIES)
32
self.install("peg")
33
34
def redhat_compat(self):
0 commit comments