Change pacman settings at very beginning

This commit is contained in:
Manuel Thalmann 2024-03-09 00:10:24 +01:00
parent 3c6c6dce0e
commit 1f8f088270
2 changed files with 1 additions and 2 deletions

View file

@ -2,6 +2,7 @@
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../Software/base-devel/install.sh";
. "../Config/pacman/install.sh";
. "../Software/yay/install.sh";
popd > /dev/null;

View file

@ -1,8 +1,6 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
. ../../Config/pacman/install.sh;
yay --noconfirm -Syu \
linux-headers;