Skip to content

Instantly share code, notes, and snippets.

View mrister's full-sized avatar
🏠
Working from home

Mihovil Rister mrister

🏠
Working from home
View GitHub Profile
@mrister
mrister / Ubuntu.16.04 LTS install scrcpy from source
Created January 7, 2021 23:22
Steps to install scrcpy to Ubuntu 16.04 from source
#!/usr/bin/env bash
# fail if any commands fails
set -e
# debug log
set -x
echo "starting install"
add-apt-repository main
add-apt-repository universe
add-apt-repository restricted