From f4be2e94d7f475d36614ee142f5213e047362ca5 Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Thu, 2 Feb 2023 17:36:19 +0800 Subject: [PATCH] show install opts --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 14c23cd..b4d660e 100755 --- a/install.sh +++ b/install.sh @@ -300,6 +300,7 @@ uninstall() } echo "this is the dotfiles installer, version $(cd "$DOTFILES" && git describe --tags --always --dirty)" +echo "install options:" "${GOT_OPTS[@]}" FUNC=install INSTALL_DEP=0 store_config=0