Add scripts for installing firefox
This commit is contained in:
parent
92e600c49b
commit
31243775ed
4 changed files with 17 additions and 0 deletions
scripts/Arch/Software/Firefox
5
scripts/Arch/Software/Firefox/install.sh
Executable file
5
scripts/Arch/Software/Firefox/install.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
yay --noconfirm -Syu firefox;
|
||||
. "../../../Common/Config/Firefox/install.sh";
|
||||
popd > /dev/null;
|
Loading…
Add table
Add a link
Reference in a new issue