4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
|
#!/bin/bash
|
||
|
rm /var/lib/pacman/db.lck
|
||
|
pacman --noconfirm -S qt5-styleplugins qt6gtk2
|