Fixes for install scripts

This commit is contained in:
clsty
2025-10-19 06:59:33 +08:00
parent acde0218b3
commit 0e6779fafc
6 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ install-yay(){
x makepkg -o
x makepkg -se
x makepkg -i --noconfirm
x cd $base
x cd ${REPO_ROOT}
rm -rf /tmp/buildyay
}