-
Notifications
You must be signed in to change notification settings - Fork 6
splashtop_business_install_macos.sh
Corey Watson edited this page Dec 1, 2025
·
1 revision
Downloads and installs the Splashtop Business client application on macOS.
This script automates the installation of Splashtop Business client on macOS systems by downloading the installer DMG, mounting it, installing the package, and cleaning up temporary files.
Downloads and installs the Splashtop Business client application on macOS.
- macOS
- Root/sudo privileges
- Internet connectivity
The script uses hardcoded values:
-
SPLASHTOP_URL: Direct download link to Splashtop Business installer (v3.7.2.0) -
SPLASHTOP_INSTALLER: Local filename for downloaded DMG -
MOUNT_DIR: Mount point for the DMG (/Volumes/Splashtop Business)
- Downloads the Splashtop Business installer DMG from the official Splashtop download server
- Verifies the downloaded file exists
- Mounts the DMG to the specified mount directory
- Installs the package using macOS installer command
- Unmounts the DMG
- Removes the downloaded installer file
- Reports installation status
- Requires sudo/root privileges for installation
- Downloads installer directly from official Splashtop servers (download.splashtop.com)
- Uses error handling to prevent partial installations
-
0= Success -
1= Failure (download failed, mount failed, installation failed, or cleanup failed)
[ SPLASHTOP BUSINESS INSTALL - macOS ]
--------------------------------------------------------------
Downloading Splashtop Business installer...
Download completed
Mounting installer DMG...
Installing Splashtop Business...
Cleaning up...
[ COMPLETE ]
--------------------------------------------------------------
Splashtop Business installed successfully
- v1.0.0 - Initial release
- View Script Source
- Scripts - Back to script index