mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-12-18 04:04:43 -05:00
7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# Set permissions
|
||
|
chmod 755 /usr/bin/veilid-cli
|