Add scripts for installing firefox

This commit is contained in:
Manuel Thalmann 2023-04-07 20:03:22 +02:00
commit 31243775ed
4 changed files with 17 additions and 0 deletions
scripts/Arch/Software/Firefox

View file

@ -0,0 +1,5 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu firefox;
. "../../../Common/Config/Firefox/install.sh";
popd > /dev/null;