Update install.sh
parent
7b754cf9af
commit
713426be07
|
@ -1,5 +1,14 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
### <otsebyatina> for RPI
|
||||
# quickstartsh="/usr/local/bin/quickstart.sh"
|
||||
# cronline="@reboot $quickstartsh && crontab -l | grep -v $quickstartsh > /etc/crontab"
|
||||
# cat quickstart.sh > $quickstartsh
|
||||
# chown root:root $quickstartsh
|
||||
# chmod u+x $quickstartsh
|
||||
# echo $cronline >> /etc/crontab
|
||||
### </otsebyatina>
|
||||
|
||||
print_ylw(){
|
||||
echo -e "\033[33m$1\033[0m"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue