Update README.md

This commit is contained in:
Michael
2021-09-24 13:13:45 +01:00
committed by GitHub
parent 96aec906e4
commit f52a3d81d8

View File

@@ -1,3 +1,15 @@
# TeamViewer Scripts - Public Repository
This repository is a resource that allows us to distribute scripts using TeamViewer with a single point of hosting.
## tv-chrm-ffox-offce.sh
#### Install Chrome, Firefox & Full Office - Intel Macs
This script is designed to silently install/update Chrome, Firefox & Full Office to a Mac over Teamviewer.
##### Operating System
`macOS`
##### Script Type
`Shell`
##### Execution
`Tick: Run as administrator`
##### Command to add to TV management console:
`sudo curl -o /tmp/tv-chrm-ffox-offce.sh https://raw.githubusercontent.com/PurpleComputing/tvscripts/main/tv-chrm-ffox-offce.sh && sudo chmod /tmp/tv-chrm-ffox-offce.sh && sudo /tmp/tv-chrm-ffox-offce.sh`