1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-11-21 02:52:06 +00:00

Update udev and remove systemd start service

This commit is contained in:
2017-04-14 03:05:50 +02:00
parent c986c7e2a9
commit cb24ce8909
3 changed files with 9 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ sed -i "/MAJOR=/cMAJOR=\"${VPART[0]}\"" makefile
sed -i "/MINOR=/cMINOR=\"${VPART[1]}\"" makefile
sed -i "/MICRO=/cMICRO=\"${VPART[2]}\"" makefile
git commit -m "Version $version" src/*
git commit -m "Version $version" makefile src/*
git push
git checkout master