More pacman swaps

This commit is contained in:
David Heinemeier Hansson
2025-08-24 17:53:42 +02:00
parent 4de9f5fda3
commit f0a77e65cd
4 changed files with 6 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ if [[ -z "$1" ]]; then
fi
install_php() {
yay -Sy php composer php-sqlite --noconfirm
sudo pacman -Sy php composer php-sqlite --noconfirm
# Install Path for Composer
if [[ ":$PATH:" != *":$HOME/.config/composer/vendor/bin:"* ]]; then