diff --git a/scripts/Arch/Software/yay/install.sh b/scripts/Arch/Software/yay/install.sh index 808e99ee..564a01ca 100755 --- a/scripts/Arch/Software/yay/install.sh +++ b/scripts/Arch/Software/yay/install.sh @@ -8,4 +8,6 @@ then pushd "$contextRoot" > /dev/null; makepkg --noconfirm -si; popd > /dev/null; + + rm -rf "$contextRoot"; fi;