(hotfix) set git config at init

This commit is contained in:
Robin Olsen
2026-03-18 15:56:10 +01:00
parent 27c78554aa
commit 45e95a287f

View File

@@ -98,4 +98,7 @@ EOF
chmod +x /config/Desktop/LazyPM.desktop
chown -R abc:abc /config/Desktop /config/.config
git config --global user.name "LazyPM"
git config --global user.email "lazy@pm.com"
echo "**** Desktop setup complete ****"