diff --git a/Setup-Computer-Debian-12.md b/Setup-Computer-Debian-12.md index f19b574..d447189 100644 --- a/Setup-Computer-Debian-12.md +++ b/Setup-Computer-Debian-12.md @@ -132,6 +132,7 @@ sudo ldconfig ``` - Load Comedi driver and configure cards + to be adapted to the actual Hardware configuration ``` @@ -177,4 +178,9 @@ cd ~/work/stxm/PixelatorRealtime/ make make install -``` \ No newline at end of file +``` + +- copy startup scripts +``` +cp -a ~/work/stxm/SystemInstall/PolLux/StartupScripts/ ~ +```