mirror of
https://github.com/Tha14/uam-docker.git
synced 2024-11-25 01:23:02 +01:00
8 lines
221 B
Bash
8 lines
221 B
Bash
|
#!/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
|