MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / GetPackagesToInstall

Function GetPackagesToInstall

Scripts/InstallFEX.py:184–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182}
183
184def GetPackagesToInstall():
185 return [
186 ARMVersionToPackage[GetCPUFeaturesVersion()],
187 "fex-emu-binfmt32",
188 "fex-emu-binfmt64",
189 ]
190
191def UpdatePPA():
192 print ("Updating apt sources")

Callers 2

Calls 1

GetCPUFeaturesVersionFunction · 0.70

Tested by

no test coverage detected