always update environnment before any action

This commit is contained in:
Evgenii Alekseev 2021-10-24 04:14:57 +03:00
parent dfd87c502f
commit 7351e20104

View File

@ -5,6 +5,8 @@ set -ex
# install dependencies
echo -e '[arcanisrepo]\nServer = http://repo.arcanis.me/$arch\nSigLevel = Never' | tee -a /etc/pacman.conf
# refresh the image
pacman --noconfirm -Syu
# main dependencies
pacman --noconfirm -Sy base-devel devtools git pyalpm python-aur python-passlib python-srcinfo sudo
# make dependencies