From 03d1f256126e086ecc090a896764fc6da601dd12 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 7 Jul 2018 20:13:46 -0400 Subject: [PATCH] firefox build correctly deployed --- src/larbs_user.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/larbs_user.sh b/src/larbs_user.sh index 4c4305b..f3b5524 100755 --- a/src/larbs_user.sh +++ b/src/larbs_user.sh @@ -47,9 +47,9 @@ git clone --depth 1 https://github.com/LukeSmithxyz/shortcut-sync.git >/dev/null rm -rf shortcut-sync/ >/dev/null dialog --infobox "Creating LARBS Firefox profile..." 4 60 +mkdir -p ~/.mozilla/firefox git clone --depth 1 https://github.com/LukeSmithxyz/mozilla-larbs.git >/dev/null && - rsync -r mozilla-larbs/firefox/larbs.default ~/.mozilla/firefox/ && - rsync mozilla-larbs/firefox/profiles.ini ~/.mozilla/firefox/ + rsync -r mozilla-larbs/firefox/* ~/.mozilla/firefox/ dialog --infobox "Preparing welcome message..." 4 50