-
Notifications
You must be signed in to change notification settings - Fork 6
splashtop_streamer_install_debian_arm64.sh
Corey Watson edited this page Dec 1, 2025
·
1 revision
Downloads and installs the Splashtop Streamer agent on Debian ARM64 systems.
This script automates the installation of Splashtop Streamer agent on Debian systems running ARM64 architecture (e.g., Raspberry Pi, ARM servers). It handles prerequisites, downloads the installer, extracts the package, and configures the service.
Downloads and installs the Splashtop Streamer agent on Debian systems running ARM64 architecture (e.g., Raspberry Pi, ARM servers).
- Debian Linux (ARM64)
- Root/sudo privileges
- Internet connectivity
- wget and tar packages
The script uses hardcoded values:
-
URL: Direct download link to Splashtop Streamer Debian installer (v3.7.2.0, ARM64) -
TAR_FILE: Local filename for downloaded tarball -
INSTALL_DIR: Installation directory (/opt/splashtop) -
DEB_PACKAGE: Name of the DEB package to install
- Updates the APT package list
- Installs prerequisite packages (wget and tar)
- Downloads the Splashtop Streamer tarball (v3.7.2.0) from the official server
- Creates the installation directory (/opt/splashtop)
- Extracts the tarball to the installation directory
- Installs the DEB package using dpkg
- Automatically fixes any missing dependencies using apt install -f
- Enables and starts the splashtop-streamer systemd service
- Removes the downloaded tarball
- Reports installation status
- Requires sudo/root privileges for installation
- Downloads installer directly from official Splashtop servers (download.splashtop.com)
- Updates system package list before installation
- Automatically resolves package dependencies
- Enables systemd service for automatic startup
-
0= Success -
1= Failure (download failed or installation failed)
[ SPLASHTOP STREAMER INSTALL - Debian ARM64 ]
--------------------------------------------------------------
[1/6] Updating APT...
[2/6] Installing prerequisites...
[3/6] Downloading Splashtop Streamer v3.7.2.0...
[4/6] Extracting to /opt/splashtop...
[5/6] Installing package and fixing dependencies...
[6/6] Enabling and starting service...
[ COMPLETE ]
--------------------------------------------------------------
Splashtop Streamer v3.7.2.0 installed and running
- v1.0.0 - Initial release
- View Script Source
- Scripts - Back to script index