net step
This commit is contained in:
BIN
v2ray/.DS_Store
vendored
BIN
v2ray/.DS_Store
vendored
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
VERSION = 5.46.0
|
||||
VERSION = 5.47.0
|
||||
IMAGE = debian:bookworm-slim
|
||||
STEPS = env download publish
|
||||
STEPS = env download patch publish
|
||||
|
||||
5
v2ray/scripts/patch.sh
Executable file
5
v2ray/scripts/patch.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd dist/systemd/system && \
|
||||
sed -i 's|/usr/local/etc/v2ray/|/etc/v2ray/|g' v2ray.service v2ray@.service && \
|
||||
echo "Patched successfully" || echo "Patch failed" >&2
|
||||
Reference in New Issue
Block a user