Normalize casing of firefox directory
This commit is contained in:
parent
49cc7e0590
commit
f81c36127d
|
@ -118,7 +118,7 @@ begin
|
||||||
texlive-langgerman
|
texlive-langgerman
|
||||||
|
|
||||||
# Browser
|
# Browser
|
||||||
source "$dir/../Software/firefox/main.fish"
|
source "$dir/../Software/Firefox/main.fish"
|
||||||
source "$dir/../Software/brave/main.fish"
|
source "$dir/../Software/brave/main.fish"
|
||||||
source "$dir/../Software/Pennywise/main.fish"
|
source "$dir/../Software/Pennywise/main.fish"
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
begin
|
begin
|
||||||
set -l dir (status dirname)
|
set -l dir (status dirname)
|
||||||
source "$dir/../../Scripts/software.fish"
|
source "$dir/../../Scripts/software.fish"
|
||||||
source "$dir/../../../Common/Software/firefox/main.fish"
|
source "$dir/../../../Common/Software/Firefox/main.fish"
|
||||||
|
|
||||||
function installSW
|
function installSW
|
||||||
yayinst firefox
|
yayinst firefox
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
sudo cp ../../Software/firefox/firefox.sh /etc/profile.d/;
|
sudo cp ../../Software/Firefox/firefox.sh /etc/profile.d/;
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue