comparison apt.py @ 271:0ed4add0b1a4

roblox
author drewp@bigasterisk.com
date Fri, 16 Feb 2024 20:10:20 -0800
parents 11b738d4c4ae
children 4e424a144183
comparison
equal deleted inserted replaced
270:65bc4ebb3924 271:0ed4add0b1a4
78 }) 78 })
79 79
80 # squib 1st setup seemed to need more updates for node(nodesource) 80 # squib 1st setup seemed to need more updates for node(nodesource)
81 # and steam-launcher 81 # and steam-launcher
82 82
83 def flatpak_sources():
84 server.shell('flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo')
83 85
84 pkg_keys() 86 pkg_keys()
85 apt_sources() 87 apt_sources()
88 flatpak_sources()