Change pacman
settings at very beginning
This commit is contained in:
parent
3c6c6dce0e
commit
1f8f088270
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
|
||||
. ../../Config/pacman/install.sh;
|
||||
|
||||
yay --noconfirm -Syu \
|
||||
linux-headers;
|
||||
|
||||
|
|
Loading…
Reference in a new issue