remove some apps from the snapcraft.yaml

This commit is contained in:
Michael Hudson-Doyle 2021-07-02 11:59:21 +12:00
parent 5b54579d24
commit 8e253fb955
2 changed files with 1 additions and 7 deletions

View File

@ -10,12 +10,6 @@ apps:
command: usr/bin/subiquity
environment:
PYTHONIOENCODING: utf-8
subiquity-loadkeys:
command: usr/bin/subiquity-loadkeys
subiquity-configure-apt:
command: usr/bin/subiquity-configure-apt
console-conf:
command: usr/bin/console-conf
probert:
command: bin/probert
subiquity-server:

View File

@ -280,7 +280,7 @@ class SubiquityModel:
'curthooks_commands': {
'001-configure-apt': [
'/snap/bin/subiquity.subiquity-configure-apt',
'subiquity-configure-apt',
sys.executable, str(self.network.has_network).lower(),
],
},