mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-10 01:43:49 -04:00
7 lines
343 B
Plaintext
7 lines
343 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
if [ ! -f "/etc/apt/sources.list.d/kisak-mesa-focal.list" ]; then
|
|
echo "**** Adding kisak-mesa repo ****"
|
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F63F0F2B90935439
|
|
echo "deb http://ppa.launchpad.net/kisak/kisak-mesa/ubuntu focal main" > /etc/apt/sources.list.d/kisak-mesa-focal.list
|
|
fi |