7 lines
121 B
Bash
Executable file
7 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
yay --noconfirm -Syu \
|
|
waydroid \
|
|
waydroid-script-git \
|
|
python-pyclip \
|
|
wl-clipboard \
|
|
;
|