We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32589a commit 640a375Copy full SHA for 640a375
1 file changed
build_files/cloudflare_warp.sh
@@ -11,7 +11,7 @@ dnf5 install -y \
11
cloudflare-warp
12
13
# it installs into a weird place, not the correct one
14
-mv /var/opt/cloudflare-warp/warp-svc.service /etc/systemd/system/
+cp /opt/cloudflare-warp/warp-svc.service /etc/systemd/system/
15
16
# enable it in the system
17
systemctl enable warp-svc.service
0 commit comments