Skip to content

Commit

Permalink
Add invidious folder as safe directory
Browse files Browse the repository at this point in the history
- Added invidious folder as safe directory for all distros
  • Loading branch information
tmiland committed Jun 14, 2022
1 parent 2ade85f commit 9137a06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions invidious_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1600,9 +1600,8 @@ host replication all ::1/128 md5" | ${SUDO} t
fi
echo -e "${GREEN}${DONE} Finished Database section${NC}"

if [[ $DISTRO_GROUP == "Arch" ]]; then
git config --global --add safe.directory ${REPO_DIR}
fi
# Add invidious folder as safe directory
git config --global --add safe.directory ${REPO_DIR}
update_config
# Crystal complaining about permissions on CentOS and somewhat Debian
# So before we build, make sure permissions are set.
Expand Down

0 comments on commit 9137a06

Please sign in to comment.