Create separate script for waydroid
This commit is contained in:
parent
b92a7e5ba8
commit
ef885a3df3
2 changed files with 8 additions and 2 deletions
|
@ -109,8 +109,6 @@ yay --noconfirm -Syu \
|
|||
gnome-calculator \
|
||||
pdfarranger \
|
||||
protonvpn \
|
||||
waydroid \
|
||||
waydroid-script-git \
|
||||
binder_linux-dkms \
|
||||
yubikey-manager-qt \
|
||||
;
|
||||
|
@ -127,6 +125,7 @@ yay --noconfirm -Syu \
|
|||
discord \
|
||||
openasar-git;
|
||||
|
||||
. "../Software/waydroid/install.sh";
|
||||
. "../../Common/Software/nuke-usb/install.sh";
|
||||
|
||||
# Python
|
||||
|
|
7
scripts/Arch/Software/waydroid/install.sh
Executable file
7
scripts/Arch/Software/waydroid/install.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
yay --noconfirm -Syu \
|
||||
waydroid \
|
||||
waydroid-script-git \
|
||||
python-pyclip \
|
||||
wl-clipboard \
|
||||
;
|
Loading…
Reference in a new issue