22 lines
253 B
Bash
22 lines
253 B
Bash
#!/bin/bash
|
|
|
|
sudo pacman -S \
|
|
firefox \
|
|
nextcloud \
|
|
openssh \
|
|
rclone \
|
|
stow \
|
|
cups \
|
|
wine \
|
|
wine-mono \
|
|
wine-gecko \
|
|
winetricks \
|
|
thunderbird \
|
|
ktouch \
|
|
strawberry \
|
|
ktorrent \
|
|
python \
|
|
python-pip \
|
|
pipewire \
|
|
pipewire-session-manager
|