mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
12 lines
231 B
Bash
12 lines
231 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
name="$(basename $0)"
|
|
. /etc/profile
|
|
oe_setup_addon "$name"
|
|
|
|
docker rm "$name" 2>/dev/null
|
|
docker run --name="$name"
|