mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-06-28 23:27:08 -04:00
uninstall, local volumes
This commit is contained in:
parent
6d3b92486e
commit
8d18119be2
9 changed files with 71 additions and 42 deletions
18
install
18
install
|
@ -1,30 +1,20 @@
|
|||
#!/bin/bash
|
||||
|
||||
################################################################
|
||||
# Color Aliases #
|
||||
# Colors #
|
||||
################################################################
|
||||
# Reset
|
||||
Off='\033[0m' # Text Reset
|
||||
|
||||
# Regular Colors
|
||||
Black='\033[0;30m' # Black
|
||||
Red='\033[0;31m' # Red
|
||||
Green='\033[0;32m' # Green
|
||||
Yellow='\033[0;33m' # Yellow
|
||||
Blue='\033[0;34m' # Blue
|
||||
Purple='\033[0;35m' # Purple
|
||||
Cyan='\033[0;36m' # Cyan
|
||||
White='\033[0;37m' # White
|
||||
|
||||
# Background
|
||||
On_Black='\033[40m' # Black
|
||||
On_Red='\033[41m' # Red
|
||||
On_Green='\033[42m' # Green
|
||||
On_Yellow='\033[43m' # Yellow
|
||||
On_Blue='\033[44m' # Blue
|
||||
On_Purple='\033[45m' # Purple
|
||||
On_Cyan='\033[46m' # Cyan
|
||||
On_White='\033[47m' # White
|
||||
On_Black='\033[40m' # Black
|
||||
|
||||
OkBullet="${Green}${On_Black}:: ${White}${On_Black}"
|
||||
WarnBullet="${Yellow}${On_Black}:: ${White}${On_Black}"
|
||||
|
@ -165,6 +155,7 @@ install_xmrsh() {
|
|||
git clone -b "${XMRSH_BRANCH}" "${XMRSH_URL}" "${XMRSH_DIR}" >>"${XMRSH_LOG_FILE}" 2>&1
|
||||
check_return $?
|
||||
pushd "${XMRSH_DIR}" >>"${XMRSH_LOG_FILE}" 2>&1 || return
|
||||
chown -R "1000:1000" ./data
|
||||
else
|
||||
echo -e "${Ok}"
|
||||
echo -e "${WarnBullet}Warning: xmr.sh already present in ${XMRSH_DIR}" #FIXME: This should exit, when uninstall script ready
|
||||
|
@ -405,7 +396,8 @@ configure_tls_port
|
|||
configure_cors
|
||||
|
||||
configure_tor
|
||||
configure_explorer
|
||||
# Deployment of explorer disabled until it's stable.
|
||||
# configure_explorer
|
||||
configure_watchtower
|
||||
configure_grafana
|
||||
# configure_lws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue