Initial commit

This commit is contained in:
2022-12-01 19:32:20 +02:00
commit b7f4289b8a
3 changed files with 35 additions and 0 deletions

7
uam/entrypoint.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
cd /tmp
apt update && apt -yq install wget libglib2.0-0
wget https://update.u.is/downloads/uam/linux/uam-latest_amd64.deb
dpkg -i uam-latest_amd64.deb
cd /opt/uam/
./uam --pk $1 --http [127.0.0.1]:17099 --no-ui