mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-03 15:01:00 +08:00
Move apt update to system configuration step
This commit is contained in:
parent
1feabc4464
commit
97ada48c71
3 changed files with 5 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -8,7 +8,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Exim
|
||||
run: sudo ./configure-system
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
sudo ./bootstrap <<EOT
|
||||
|
|
|
@ -35,5 +35,3 @@ POSTGRES_PASS=$(openssl rand -hex 32)
|
|||
# Munin
|
||||
MUNIN_ALLOW="$munin"
|
||||
EOT
|
||||
|
||||
apt update
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
sed -i 's/#?PasswordAuthentication.*/PasswordAuthentication no/' /etc/ssh/sshd_config
|
||||
systemctl restart sshd
|
||||
|
||||
apt update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue