You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/install_release.sh

14 lines
266 B
Bash

#!/usr/bin/env sh
# This script executes three steps:
# - fetch the latest prebuild_server
# - invoke the build script
# - run the install process
set -e
export BUILDDIR=build-auto
./build.sh
echo "[scrcpy] Installing (sudo)..."
sudo ninja -C "$BUILDDIR" install