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:
parent
0e15aa10e9
commit
747ffac396
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="ca-certificates curl sudo rsync"
|
pkg_dependencies="ca-certificates curl rsync"
|
||||||
|
|
||||||
NODEJS_VERSION=10
|
NODEJS_VERSION=10
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue