Skip to content

Commit 09bae4f

Browse files
committed
Add invidious folder as safe directory
- Added invidious folder as safe directory for all distros
1 parent 0197f9f commit 09bae4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

invidious_installer.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -1149,9 +1149,8 @@ host replication all ::1/128 md5" | ${SUDO} t
11491149
log_debug "Phase 4 of 4: Invidious Configuration"
11501150
printf "${GREEN}▣▣▣${YELLOW}${NORMAL} Phase ${YELLOW}4${NORMAL} of ${GREEN}4${NORMAL}: Setup Invidious\\n"
11511151

1152-
if [[ $DISTRO_GROUP == "Arch" ]]; then
1153-
git config --global --add safe.directory ${REPO_DIR} >>"${RUN_LOG}" 2>&1
1154-
fi
1152+
# Add invidious folder as safe directory
1153+
git config --global --add safe.directory ${REPO_DIR} >>"${RUN_LOG}" 2>&1
11551154

11561155
log_debug "Update config"
11571156
run_ok "update_config" "Updating config"

0 commit comments

Comments
 (0)