1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

Remove sudo from dependencies in _common.sh

Should help keep level 8
This commit is contained in:
Papa Dragon 2023-08-13 00:59:36 +02:00 committed by GitHub
parent 0e15aa10e9
commit 747ffac396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="ca-certificates curl sudo rsync"
pkg_dependencies="ca-certificates curl rsync"
NODEJS_VERSION=10