MCPcopy Index your code
hub / github.com/archlinux/archinstall / install

Method install

archinstall/applications/bluetooth.py:23–26  ·  view source on GitHub ↗
(self, install_session: Installer)

Source from the content-addressed store, hash-verified

21 ]
22
23 def install(self, install_session: Installer) -> None:
24 debug('Installing Bluetooth')
25 install_session.add_additional_packages(self.packages)
26 install_session.enable_service(self.services)

Callers

nothing calls this directly

Calls 3

debugFunction · 0.90
enable_serviceMethod · 0.80

Tested by

no test coverage detected