mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Tell apt-daily to gtfo to prevent it from messing with dpkg/apt locks
This commit is contained in:
parent
b52f5bc182
commit
b52f8456a9
1 changed files with 8 additions and 0 deletions
|
@ -26,4 +26,12 @@ install-postinstall:
|
|||
script:
|
||||
- apt update
|
||||
- DEBIAN_FRONTEND=noninteractive SUDO_FORCE_REMOVE=yes apt --assume-yes -o Dpkg::Options::="--force-confold" --allow-downgrades install ./$YNH_BUILD_DIR/*.deb
|
||||
- systemctl -q stop apt-daily.timer
|
||||
- systemctl -q stop apt-daily-upgrade.timer
|
||||
- systemctl -q stop apt-daily.service
|
||||
- systemctl -q stop apt-daily-upgrade.servic
|
||||
- systemctl -q disable apt-daily.timer
|
||||
- systemctl -q disable apt-daily-upgrade.timer
|
||||
- systemctl -q disable apt-daily.service
|
||||
- systemctl -q disable apt-daily-upgrade.servicee
|
||||
- yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns
|
||||
|
|
Loading…
Add table
Reference in a new issue