mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
move debhelper install
[skip ci]
This commit is contained in:
parent
85442c42dc
commit
471dc025db
1 changed files with 1 additions and 2 deletions
|
@ -71,7 +71,7 @@ install:
|
|||
variables:
|
||||
YNH_BUILD_DIR: "ynh-build"
|
||||
before_script:
|
||||
- apt install wget --assume-yes
|
||||
- apt install --assume-yes wget debhelper
|
||||
- echo "deb http://forge.yunohost.org/debian/ stretch stable testing unstable" > /etc/apt/sources.list.d/yunohost.list
|
||||
- wget -O- https://forge.yunohost.org/yunohost.asc -q | apt-key add -qq - >/dev/null 2>&1
|
||||
- apt update
|
||||
|
@ -86,7 +86,6 @@ install:
|
|||
done
|
||||
adduser --disabled-password --quiet --system --home /var/run/avahi-daemon --no-create-home --gecos "Avahi mDNS daemon" --group avahi --uid $avahi_id
|
||||
fi
|
||||
- apt install --assume-yes debhelper
|
||||
script:
|
||||
- |
|
||||
debconf-set-selections << EOF
|
||||
|
|
Loading…
Add table
Reference in a new issue