mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 23:37:18 +00:00
always update environnment before any action
This commit is contained in:
parent
dfd87c502f
commit
7351e20104
2
.github/workflows/setup.sh
vendored
2
.github/workflows/setup.sh
vendored
@ -5,6 +5,8 @@ set -ex
|
|||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
echo -e '[arcanisrepo]\nServer = http://repo.arcanis.me/$arch\nSigLevel = Never' | tee -a /etc/pacman.conf
|
echo -e '[arcanisrepo]\nServer = http://repo.arcanis.me/$arch\nSigLevel = Never' | tee -a /etc/pacman.conf
|
||||||
|
# refresh the image
|
||||||
|
pacman --noconfirm -Syu
|
||||||
# main dependencies
|
# main dependencies
|
||||||
pacman --noconfirm -Sy base-devel devtools git pyalpm python-aur python-passlib python-srcinfo sudo
|
pacman --noconfirm -Sy base-devel devtools git pyalpm python-aur python-passlib python-srcinfo sudo
|
||||||
# make dependencies
|
# make dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user