mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-10-04 05:41:58 +08:00
8 lines
171 B
Bash
Executable file
8 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
sudo apk del kasmvncserver || true
|
|
rm -r ../packages
|
|
abuild -r || true
|
|
sudo apk add ../packages/src/x86_64/kasmvncserver-1.3.3-r0.apk --allow-untrusted
|