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:
@@ -101,7 +101,8 @@ elif command -v pacman &> /dev/null; then
|
||||
|
||||
# Install 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
|
||||
echo "✅ NeoDLP Installation successful!"
|
||||
|
||||
Reference in New Issue
Block a user