diff --git a/termux/install b/termux/install index d598440..c79cc43 100755 --- a/termux/install +++ b/termux/install @@ -15,5 +15,3 @@ function install_termux_task() { } install_pkg_packages -install_termux_task tasks/logseq-sync -termux-setup-storage diff --git a/termux/tasks/logseq-sync b/termux/tasks/logseq-sync deleted file mode 100755 index 655076b..0000000 --- a/termux/tasks/logseq-sync +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -e -cd ~/storage/shared/logseq -git add --all -git commit -m update || : -. .githooks/post-commit