From 6411fe723851599eab4f1280ca53020617934ec5 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 12 Jan 2026 01:22:58 +0900 Subject: modified bin/gitupdate --- ar/.local/bin/gitupdate | 2 -- 1 file changed, 2 deletions(-) (limited to 'ar/.local') diff --git a/ar/.local/bin/gitupdate b/ar/.local/bin/gitupdate index 87c13c3..3dabf34 100755 --- a/ar/.local/bin/gitupdate +++ b/ar/.local/bin/gitupdate @@ -2,8 +2,6 @@ set -eu -pidof transmission-daemon >/dev/null && echo "Turn off transmission-daemon first!" && exit 1 - # Check if inside a Git repository ! git rev-parse --is-inside-work-tree >/dev/null 2>&1 && echo "Not a git repository." && exit 1 -- cgit v1.2.3