Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 2ce33cf

Browse files
fix: добавлен chmod +x ~/bin/dotnet/cm.exe в скрипты установки для linux и osx
1 parent 9f8ab72 commit 2ce33cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

files-common/linux-x64/install.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ chmod +x ./cm
1616

1717
./cm reinstall
1818

19-
chmod +x ~/bin/cm
19+
chmod +x ~/bin/cm
20+
chmod +x ~/bin/dotnet/cm.exe

files-common/osx-x64/install.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ chmod +x ./cm
1616

1717
./cm reinstall
1818

19-
chmod +x ~/bin/cm
19+
chmod +x ~/bin/cm
20+
chmod +x ~/bin/dotnet/cm.exe

0 commit comments

Comments
 (0)