Fix incorrect path
This commit is contained in:
parent
4ccfbd9b1a
commit
e8a85b2b50
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
|
|
||||||
. "./personal.sh";
|
. "./personal.sh";
|
||||||
. "../Software/OpenConnect/install.sh";
|
. "../Software/OpenConnect/install.sh";
|
||||||
. "../../Config/OpenConnect/plasma-nm.sh";
|
. "../Config/OpenConnect/plasma-nm.sh";
|
||||||
|
|
||||||
# Java
|
# Java
|
||||||
yay --noconfirm -Syu \
|
yay --noconfirm -Syu \
|
||||||
|
|
Loading…
Reference in a new issue