--noconfirm to pacman upgrade

This commit is contained in:
Anton Hvornum 2022-04-26 22:19:03 +02:00 committed by GitHub
parent a9f2e0db2e
commit 3b5d7cdb16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- run: pwd
- run: find .
- run: cat /etc/os-release
- run: pacman -Sy archlinux-keyring
- run: pacman --noconfirm -Sy archlinux-keyring
- run: mkdir -p /tmp/archlive/airootfs/root/archinstall-git; cp -r . /tmp/archlive/airootfs/root/archinstall-git
- run: echo "pip uninstall archinstall -y; cd archinstall-git; rm -rf dist; python -m build -n; pip install dist/archinstall*.whl" > /tmp/archlive/airootfs/root/.zprofile
- run: echo "echo \"This is an unofficial ISO for development and testing of archinstall. No support will be provided.\"" >> /tmp/archlive/airootfs/root/.zprofile