Add logo-ls
installation to arch
This commit is contained in:
parent
a6b3e40709
commit
ae39aca5ee
3 changed files with 8 additions and 0 deletions
scripts/Arch/Software
5
scripts/Arch/Software/logo-ls/install.sh
Executable file
5
scripts/Arch/Software/logo-ls/install.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
yay --noconfirm -Syu logo-ls;
|
||||
. "../../../Common/Config/logo-ls/install.sh";
|
||||
popd > /dev/null;
|
0
scripts/Arch/Software/rclone/install.sh
Normal file → Executable file
0
scripts/Arch/Software/rclone/install.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue