Skip to content

Commit 48704f8

Browse files
committed
wrapping binary file permissions
Signed-off-by: Zephyr <zinsist777@gmail.com>
1 parent 0cf9e89 commit 48704f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/prepare.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ readonly NERDCTL_VERSION=`curl -s https://api.github.com/repos/containerd/nerdct
1010
readonly CNI_PLUGINS_VERSION=`curl -s https://api.github.com/repos/containernetworking/plugins/releases/latest | grep tag_name | cut -f4 -d "\""`
1111

1212
# setup nerdctl and nydusd env
13+
sudo chmod 755 contrib/nydusify/cmd/nydusify target/release/nydusd target/release/nydus-image
1314
sudo install -D -m 755 contrib/nydusify/cmd/nydusify /usr/local/bin
1415
sudo install -D -m 755 target/release/nydusd target/release/nydus-image /usr/local/bin
1516
wget https://github.com/containerd/nydus-snapshotter/releases/download/$SNAPSHOTTER_VERSION/nydus-snapshotter-$SNAPSHOTTER_VERSION-linux-amd64.tar.gz

0 commit comments

Comments
 (0)