Configure pacman at the beginning
This commit is contained in:
parent
9f63e4ed04
commit
d7e55e0f6d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
. "../Config/pacman/install.sh";
|
||||||
. "../Software/yay/install.sh";
|
. "../Software/yay/install.sh";
|
||||||
|
|
||||||
# Essentials
|
# Essentials
|
||||||
|
|
Loading…
Reference in a new issue