Update snapcraft.yaml

This commit is contained in:
kz6fittycent 2021-09-18 15:22:19 -05:00 committed by GitHub
parent c83e807faf
commit b4eb23fec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -28,7 +28,7 @@ package-repositories:
apps:
btop:
command: usr/local/btop
command: usr/local/bin/btop
command-chain:
- bin/homeishome-launch
plugs:
@ -45,6 +45,11 @@ parts:
source: https://github.com/aristocratos/btop
source-type: git
plugin: make
make-parameters:
- PREFIX=/usr/local/bin
build-environment:
- LC_ALL: C.UTF-8
- LANG: C.UTF-8
build-packages:
- coreutils