Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-03 17:00:48 +03:00
parent 56be2d15cc
commit e8399d9f3a

View file

@ -6,7 +6,9 @@ steps:
DEBIAN_FRONTEND: noninteractive
commands:
- apt-get update
- apt-get install -y libicu-dev sudo cron apt-utils
- apt-get install -y libicu-dev sudo cron apt-utils -yqq daemonize dbus-user-session fontconfig
- daemonize /usr/bin/unshare --fork --pid --mount-proc /lib/systemd/systemd --system-unit=basic.target
- exec nsenter -t $(pidof systemd) -a su - $LOGNAME
- mkdir /phyre-panel
- cp installers/ubuntu-22.04/install-partial/install_base.sh /phyre-panel/install_base.sh