20 lines
281 B
Bash
Executable File
20 lines
281 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo pacman -S --needed \
|
|
firefox \
|
|
nextcloud-client \
|
|
cups \
|
|
wine \
|
|
wine-mono \
|
|
wine-gecko \
|
|
winetricks \
|
|
thunderbird \
|
|
ktouch \
|
|
ktorrent \
|
|
pipewire \
|
|
pipewire-session-manager \
|
|
qpwgraph \
|
|
cifs-utils \
|
|
rbw
|
|
|