We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0197f9f commit 09bae4fCopy full SHA for 09bae4f
invidious_installer.sh
@@ -1149,9 +1149,8 @@ host replication all ::1/128 md5" | ${SUDO} t
1149
log_debug "Phase 4 of 4: Invidious Configuration"
1150
printf "${GREEN}▣▣▣${YELLOW}▣${NORMAL} Phase ${YELLOW}4${NORMAL} of ${GREEN}4${NORMAL}: Setup Invidious\\n"
1151
1152
- if [[ $DISTRO_GROUP == "Arch" ]]; then
1153
- git config --global --add safe.directory ${REPO_DIR} >>"${RUN_LOG}" 2>&1
1154
- fi
+ # Add invidious folder as safe directory
+ git config --global --add safe.directory ${REPO_DIR} >>"${RUN_LOG}" 2>&1
1155
1156
log_debug "Update config"
1157
run_ok "update_config" "Updating config"
0 commit comments