Files
repo/v2ray/scripts/preremove.sh
paltovkone e922074ba0
Some checks failed
Build packages / discover (push) Failing after 2m6s
Build packages / build (push) Has been skipped
feature test
2026-03-07 18:32:45 +04:00

4 lines
73 B
Bash

#!/bin/bash
systemctl stop v2ray || true
systemctl disable v2ray || true