mirror of
https://github.com/wnlen/clash-for-linux.git
synced 2026-03-21 22:06:45 +08:00
Update uninstall.sh
This commit is contained in:
@ -3,7 +3,7 @@ set -euo pipefail
|
||||
|
||||
SERVICE_NAME="clash-for-linux"
|
||||
UNIT_PATH="/etc/systemd/system/${SERVICE_NAME}.service"
|
||||
INSTALL_DIR="${CLASH_INSTALL_DIR:-/opt/clash-for-linux}"
|
||||
INSTALL_DIR="${CLASH_INSTALL_DIR:-$(cd "$(dirname "$0")" && pwd)}"
|
||||
|
||||
CLASHCTL_LINK="/usr/local/bin/clashctl"
|
||||
PROFILED_FILE="/etc/profile.d/clash-for-linux.sh"
|
||||
|
||||
Reference in New Issue
Block a user