Add samba and chrony installations
Enable remote debugging for i2c-amp-control
This commit is contained in:
14
install.sh
14
install.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user