mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-11 03:35:09 -04:00
Add tor compose, fedora service fix
This commit is contained in:
parent
819fa55cdd
commit
a8cf12c2a6
3 changed files with 32 additions and 0 deletions
|
@ -152,6 +152,10 @@ install_docker() { (
|
|||
# Docker Installer as provided in
|
||||
curl -fsSL https://get.docker.com -o - | bash >>"${XMRSH_LOG_FILE}" 2>&1
|
||||
check_return $?
|
||||
# Fedora needs to start the daemon
|
||||
if grep -q "fedora" /etc/os-release; then
|
||||
systemctl start docker >>"${XMRSH_LOG_FILE}" 2>&1
|
||||
fi
|
||||
echo -e "${Ok}"
|
||||
); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue