File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 run : curl -s -o- https://raw.githubusercontent.com/rafaelmardojai/firefox-gnome-theme/master/scripts/install-by-curl.sh | bash
2727
2828 - name : Teardown 1
29- run : rm -rf ls ~/. mozilla/firefox/
29+ run : rm -rf ls "${XDG_CONFIG_HOME:-$HOME/.config}/ mozilla/firefox"
3030
3131 - name : Setup 2 - create a new Firefox profile
3232 run : firefox --headless --createprofile test
3838 run : ./scripts/install.sh
3939
4040 - name : Teardown 2
41- run : rm -rf ls ~/. mozilla/firefox/
41+ run : rm -rf ls "${XDG_CONFIG_HOME:-$HOME/.config}/ mozilla/firefox"
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33THEMEDIRECTORY=$( cd " $( dirname $0 ) " && cd .. && pwd)
4- FIREFOXFOLDER=~ /. mozilla/firefox
4+ FIREFOXFOLDER=" ${XDG_CONFIG_HOME :- $HOME / .config} / mozilla/firefox"
55PROFILENAME=" "
66
77
You can’t perform that action at this time.
0 commit comments