Migration to better install completed

This commit is contained in:
JaKooLit
2024-01-01 22:33:09 +09:00
parent 2720bb7441
commit 4dc56c6493
4 changed files with 42 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ else
makepkg -si --noconfirm 2>&1 | tee -a "$LOG" || { printf "%s - Failed to install yay from AUR\n" "${ERROR}"; exit 1; }
# moving install logs in to Install-Logs folder
mv $LOG ../Install-Logs/ || true
mv install*.log ../Install-Logs/ || true
cd ..
fi