Add samba and chrony installations

Enable remote debugging for i2c-amp-control
This commit is contained in:
2022-01-14 17:36:26 +01:00
parent 1a16f37275
commit 8be0e562b8
5 changed files with 291 additions and 2 deletions

View File

@@ -1,5 +1,14 @@
#!/bin/bash
while [ True ]; do
if [ "$1" = "--dev" -o "$1" = "-d" ]; then
IS_DEV=true
shift 1
else
break
fi
done
if [ "#{0:0:1}" = "/" ]; then
spath=$0
else
@@ -23,3 +32,8 @@ execute_script()
}
execute_script i2c-amp-control
execute_script chrony
if [[ $IS_DEV ]]; then
execute_script samba
fi