Convert most of the optional AUR dependencies over to OPR

This commit is contained in:
David Heinemeier Hansson
2025-08-31 14:54:44 +02:00
parent 37d59ca78e
commit 3ea45aa995
3 changed files with 10 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ laravel)
symfony)
echo -e "Installing PHP and Symfony...\n"
install_php
yay -S symfony-cli --noconfirm
omarchy-pkg-add symfony-cli
echo -e "\nYou can now run: symfony new --webapp myproject"
;;
python)