Merge pull request #996 from mwhudson/fewer-apps

remove some apps from the snapcraft.yaml
This commit is contained in:
Michael Hudson-Doyle 2021-07-02 14:11:02 +12:00 committed by GitHub
commit aa0dfb011d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(),
],
},