1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 06:58:01 +00:00

Fix config.sh --install-dconf option

This commit is contained in:
Daniel Carrillo 2020-07-03 20:17:49 +02:00
parent e837390dc1
commit 675c7853d8

View File

@ -70,7 +70,7 @@ main()
copy_dotfiles
;;
--install-dconf)
copy_dotfiles
dconf_loader
;;
**)
echo "Usage: $0 <--dump-dconf|--install|--install-dotfiles|--install-dconf>"