From 9ecc4ccba3aea881cda3048d40a4bb94826fe45e Mon Sep 17 00:00:00 2001 From: Lukey Date: Tue, 27 Oct 2020 09:06:38 +0000 Subject: [PATCH] Added a comment --- .../comment_1_30fb300ec5dbdb166f2bb979c6f2ee78._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/How_are_people_handling_the_v8_repo_upgrade__63__/comment_1_30fb300ec5dbdb166f2bb979c6f2ee78._comment diff --git a/doc/forum/How_are_people_handling_the_v8_repo_upgrade__63__/comment_1_30fb300ec5dbdb166f2bb979c6f2ee78._comment b/doc/forum/How_are_people_handling_the_v8_repo_upgrade__63__/comment_1_30fb300ec5dbdb166f2bb979c6f2ee78._comment new file mode 100644 index 0000000000..fcbb8115e4 --- /dev/null +++ b/doc/forum/How_are_people_handling_the_v8_repo_upgrade__63__/comment_1_30fb300ec5dbdb166f2bb979c6f2ee78._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 1" + date="2020-10-27T09:06:38Z" + content=""" +I just use the (daily) standalone linux build everywhere, not the package from my distro. I extract it to `/opt`, set `GIT_ANNEX_PACKAGE_INSTALL=no` at the top of `git-annex.linux/runshell` and then link git-annex to `/usr/bin/git-annex` with `ln -s /opt/git-annex.linux/git-annex /usr/bin/git-annex`. +"""]]