1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 11:41:38 +02:00

[ticket/17504] Run apt-get update on runner lever rather than in bash scripts

PHPBB-17504
This commit is contained in:
rxu
2025-04-28 23:28:05 +07:00
parent f512af1823
commit 779bec5fcf
5 changed files with 16 additions and 4 deletions

View File

@@ -11,7 +11,6 @@
set -e
set -x
sudo apt-get update --allow-releaseinfo-change
sudo apt-get install -y nginx coreutils
sudo service nginx stop