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

Commit 9f8ab72

Browse files
fix: добавлен chmod в install-скриптах для linux и osx
1 parent 20fe13e commit 9f8ab72

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

files-common/linux-x64/install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ cp -R ~/bin/dotnet/linux-x64/cm ~/bin/dotnet/cm.exe
1212

1313
rm -rf ~/bin/dotnet/linux-x64/cm
1414

15+
chmod +x ./cm
16+
1517
./cm reinstall
1618

1719
chmod +x ~/bin/cm

files-common/osx-x64/install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ cp -R ~/bin/dotnet/linux-x64/cm ~/bin/dotnet/cm.exe
1212

1313
rm -rf ~/bin/dotnet/linux-x64/cm
1414

15+
chmod +x ./cm
16+
1517
./cm reinstall
1618

1719
chmod +x ~/bin/cm

0 commit comments

Comments
 (0)