Restored msys2 to original files

This commit is contained in:
gator96100 2020-01-31 22:56:11 +01:00
commit df73aa0231
23 changed files with 173 additions and 52 deletions

View file

@ -18,7 +18,4 @@ GROUP_MISSING=$( grep -Fq "$GROUP_SID" /etc/group )$?
# If not, add it
if [ $GROUP_MISSING != 0 ]; then
echo $MKGROUP_CURRENT >> /etc/group
fi
fi