Go to advanced search

by geoffn
Fri Feb 23, 2018 4:29 pm
Forum: Beginners
Topic: Raspberry update shell script - error
Replies: 4
Views: 669

Re: Raspberry update shell script - error

Hi,

thanks for all the suggestion issue now sorted.

Best Regards

Geoff
by geoffn
Fri Feb 23, 2018 12:56 pm
Forum: Beginners
Topic: Raspberry update shell script - error
Replies: 4
Views: 669

Raspberry update shell script - error

Hi, I have the below shell script: echo “Shell Script to update OS" #Update System Software apt-get update #Upgrade System Software apt-get upgrade #Update Distribution Software apt-get dist-upgrade #Remove Application Orphans apt-get autoremove --purge #Update RaspberryPi Firmware while true; do   ...

Go to advanced search