Mercurial > code > home > repos > infra
comparison packages.py @ 276:7f79cbbb6f24
updates
author | drewp@bigasterisk.com |
---|---|
date | Sat, 23 Mar 2024 14:20:57 -0700 |
parents | 058c312ffdce |
children | ce823a167641 |
comparison
equal
deleted
inserted
replaced
275:058c312ffdce | 276:7f79cbbb6f24 |
---|---|
39 # https://github.com/containers/podman/issues/12123#issuecomment-1620439593 | 39 # https://github.com/containers/podman/issues/12123#issuecomment-1620439593 |
40 apt.deb(src="http://ftp.osuosl.org/pub/ubuntu/pool/universe/libp/libpod/podman_4.9.3+ds1-1_amd64.deb") | 40 apt.deb(src="http://ftp.osuosl.org/pub/ubuntu/pool/universe/libp/libpod/podman_4.9.3+ds1-1_amd64.deb") |
41 | 41 |
42 def pdm(): | 42 def pdm(): |
43 # https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md | 43 # https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md |
44 server.shell(["pip install --break-system-packages 'pdm==2.12.2'"]) | 44 server.shell(["pip install --break-system-packages 'pdm==2.12.4'"]) |
45 | 45 |
46 | 46 |
47 def proper_locate(): | 47 def proper_locate(): |
48 apt.packages(packages='mlocate', present=False) | 48 apt.packages(packages='mlocate', present=False) |
49 if not is_pi and host.name not in ['prime', 'pipe']: | 49 if not is_pi and host.name not in ['prime', 'pipe']: |
120 roblox() | 120 roblox() |
121 if desktop_env or host.name in ['bang', 'ditto']: | 121 if desktop_env or host.name in ['bang', 'ditto']: |
122 pdm() | 122 pdm() |
123 | 123 |
124 no_unwanted_services() | 124 no_unwanted_services() |
125 | |
126 # todo: ./mrv2-v1.0.8-Linux-amd64.deb |