Fix incorrect directory handling
This commit is contained in:
parent
d21150ea9f
commit
056b143ab7
2 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
yay --noconfirm -Syu rclone;
|
yay --noconfirm -Syu rclone;
|
||||||
source "../../../Common/Config/rclone/install.sh";
|
source "../../../Common/Config/rclone/install.sh";
|
||||||
pushd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
|
@ -7,3 +7,5 @@ source "./flow/install.sh";
|
||||||
|
|
||||||
# Troll Stuff
|
# Troll Stuff
|
||||||
source "./git-auf-deutsch/install.sh";
|
source "./git-auf-deutsch/install.sh";
|
||||||
|
|
||||||
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue