1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-02-04 15:42:22 +05:30

fix: yay command error

This commit is contained in:
2025-10-12 20:50:05 +05:30
Verified
parent d71f2c45b9
commit 68f5146169

View File

@@ -101,7 +101,8 @@ elif command -v pacman &> /dev/null; then
# Install NeoDLP from AUR using yay # Install NeoDLP from AUR using yay
echo "📦 Installing NeoDLP from AUR using yay..." echo "📦 Installing NeoDLP from AUR using yay..."
yay -S --noconfirm --rebuild --nodiffmenu --cleanafter neodlp rm -rf ~/.cache/yay/neodlp
yay -S --noconfirm --answerclean=All --answerdiff=None neodlp
if command -v neodlp &> /dev/null; then if command -v neodlp &> /dev/null; then
echo "✅ NeoDLP Installation successful!" echo "✅ NeoDLP Installation successful!"