mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 17:54:14 +02:00
[snap] feature -> allowing to select an available channel during the installation process
This commit is contained in:
7
bauh/gems/snap/config.py
Normal file
7
bauh/gems/snap/config.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from bauh.commons.config import read_config as read
|
||||
from bauh.gems.snap import CONFIG_FILE
|
||||
|
||||
|
||||
def read_config(update_file: bool = False) -> dict:
|
||||
template = {'install_channel': False}
|
||||
return read(CONFIG_FILE, template, update_file=update_file)
|
||||
Reference in New Issue
Block a user