Compare commits

...

2 Commits

Author SHA1 Message Date
687f156874 attempted githooks 2024-08-16 05:23:08 -07:00
53917f026d disables updates 2024-08-16 04:50:08 -07:00
4 changed files with 12 additions and 2 deletions

2
.githooks/post-merge.cmd Normal file
View File

@ -0,0 +1,2 @@
call ../config
echo "UPDATED"

View File

@ -1 +1,3 @@
# HSS win scripts
# HSS win scripts
To configre a LattePanda Delta, run the `init` script

View File

@ -2,4 +2,8 @@
copy .\startup.cmd "%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\"
:: disable sleep
/hibernate off
powercfg.exe /hibernate off
:: disable updates
sc config wuauserv start= disabled
sc stop wuauserv

2
init.cmd Normal file
View File

@ -0,0 +1,2 @@
call config.cmd
git config --local core.hooksPath .githooks/