* initial scripts n actions * custom cshared isolate * kitlin fixes * integrate and token fix * executable and gstreamer * disable check dupes, fix gstreamer * another linux update, removed 2 android builds * new updates * final android attempt * formatting --------- Co-authored-by: ggurdin <ggurdin@gmail.com>
6 lines
No EOL
195 B
Bash
6 lines
No EOL
195 B
Bash
#!/usr/bin/env bash
|
|
if ! command -v apk &>/dev/null; then
|
|
apt update && apt install -y -qq docker.io ldnsutils grep scrcpy ffmpeg
|
|
else
|
|
apk update && apk add docker drill grep scrcpy ffmpeg
|
|
fi |