Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 2839ee2

Browse files
committed
removing unecessary dollar signs
1 parent 2fba227 commit 2839ee2

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

docs/tools/sqlpackage/sqlpackage-download.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ Evergreen links are available for downloading the latest Sqlpackage versions:
5757
2. To extract the file and launch SqlPackage, open a new Terminal window and type the following commands:
5858

5959
```bash
60-
$ cd ~
61-
$ mkdir sqlpackage
62-
$ unzip ~/Downloads/sqlpackage-linux-<version string>.zip -d ~/sqlpackage
63-
$ echo "export PATH=\"\$PATH:$HOME/sqlpackage\"" >> ~/.bashrc
64-
$ chmod a+x ~/sqlpackage/sqlpackage
65-
$ source ~/.bashrc
66-
$ sqlpackage
60+
cd ~
61+
mkdir sqlpackage
62+
unzip ~/Downloads/sqlpackage-linux-<version string>.zip -d ~/sqlpackage
63+
echo "export PATH=\"\$PATH:$HOME/sqlpackage\"" >> ~/.bashrc
64+
chmod a+x ~/sqlpackage/sqlpackage
65+
source ~/.bashrc
66+
sqlpackage
6767
```
6868

6969
> [!NOTE]
@@ -72,26 +72,26 @@ Evergreen links are available for downloading the latest Sqlpackage versions:
7272
**Debian:**
7373

7474
```bash
75-
$ sudo apt-get install libunwind8
75+
sudo apt-get install libunwind8
7676
```
7777

7878
**Redhat:**
7979

8080
```bash
81-
$ yum install libunwind
82-
$ yum install libicu
81+
yum install libunwind
82+
yum install libicu
8383
```
8484

8585
**Ubuntu:**
8686

8787
```bash
88-
$ sudo apt-get install libunwind8
88+
sudo apt-get install libunwind8
8989

9090
# install the libicu library based on the Ubuntu version
91-
$ sudo apt-get install libicu55 # for 16.x
92-
$ sudo apt-get install libicu57 # for 17.x
93-
$ sudo apt-get install libicu60 # for 18.x
94-
$ sudo apt-get install libicu66 # for 20.x
91+
sudo apt-get install libicu55 # for 16.x
92+
sudo apt-get install libicu57 # for 17.x
93+
sudo apt-get install libicu60 # for 18.x
94+
sudo apt-get install libicu66 # for 20.x
9595
```
9696

9797
## macOS (.NET Core)
@@ -100,25 +100,25 @@ Evergreen links are available for downloading the latest Sqlpackage versions:
100100
2. To extract the file and launch SqlPackage, open a new Terminal window and type the following commands:
101101

102102
```bash
103-
$ mkdir sqlpackage
104-
$ unzip ~/Downloads/sqlpackage-osx-<version string>.zip -d ~/sqlpackage
105-
$ chmod +x ~/sqlpackage/sqlpackage
106-
$ echo 'export PATH="$PATH:~/sqlpackage"' >> ~/.bash_profile
107-
$ source ~/.bash_profile
108-
$ sqlpackage
103+
mkdir sqlpackage
104+
unzip ~/Downloads/sqlpackage-osx-<version string>.zip -d ~/sqlpackage
105+
chmod +x ~/sqlpackage/sqlpackage
106+
echo 'export PATH="$PATH:~/sqlpackage"' >> ~/.bash_profile
107+
source ~/.bash_profile
108+
sqlpackage
109109
```
110110

111111
> [!NOTE]
112112
> Security settings may require modification to run SqlPackage on macOS. Use the following commands to interact with Gatekeeper from the command line.
113113
114114
**Before executing SqlPackage:**
115115
```bash
116-
$ sudo spctl --master-disable
116+
sudo spctl --master-disable
117117
```
118118

119119
**After executing SqlPackage:**
120120
```bash
121-
$ sudo spctl --master-enable
121+
sudo spctl --master-enable
122122
```
123123

124124
## Windows (.NET Core)

0 commit comments

Comments
 (0)