File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ unzip -o ./devproxy.zip -d ./
7171rm ./devproxy.zip
7272echo " Configuring devproxy and its files as executable..."
7373chmod +x ./devproxy ./libe_sqlite3.dylib
74- echo " Removing quarantine attribute from devproxy and its files..."
75- xattr -d com.apple.quarantine ./devproxy ./libe_sqlite3.dylib
7674
7775echo " Configuring new version notifications for the beta channel..."
7876sed -i ' ' ' s/"newVersionNotification": "stable"/"newVersionNotification": "beta"/g' ./devproxyrc.json
@@ -98,4 +96,4 @@ echo "To get started, run:"
9896if [[ " $fileUsed " != " " ]]; then
9997 echo " source $fileUsed "
10098fi
101- echo " devproxy -h"
99+ echo " devproxy -h"
Original file line number Diff line number Diff line change @@ -70,8 +70,6 @@ unzip -o ./devproxy.zip -d ./
7070rm ./devproxy.zip
7171echo " Configuring devproxy and its files as executable..."
7272chmod +x ./devproxy ./libe_sqlite3.dylib
73- echo " Removing quarantine attribute from devproxy and its files..."
74- xattr -d com.apple.quarantine ./devproxy ./libe_sqlite3.dylib
7573
7674echo " Adding devproxy to the PATH environment variable in your shell profile..."
7775
@@ -94,4 +92,4 @@ echo "To get started, run:"
9492if [[ " $fileUsed " != " " ]]; then
9593 echo " source $fileUsed "
9694fi
97- echo " devproxy -h"
95+ echo " devproxy -h"
You can’t perform that action at this time.
0 commit comments