File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ When mounted with the [Tigris](https://www.tigrisdata.com) backend TigrisFS supp
3636
3737## Prebuilt DEB and RPM packages
3838
39- * Download the latest release: [ DEB] ( https://github.com/tigrisdata/tigrisfs/releases/download/v1.1.2 /tigrisfs_1.1.2_linux_amd64 .deb ) , [ RPM] ( https://github.com/tigrisdata/tigrisfs/releases/download/v1.1.2 /tigrisfs_1.1.2_linux_amd64 .rpm ) .
39+ * Download the latest release: [ DEB] ( https://github.com/tigrisdata/tigrisfs/releases/download/v1.2.0 /tigrisfs_1.2.0_linux_amd64 .deb ) , [ RPM] ( https://github.com/tigrisdata/tigrisfs/releases/download/v1.2.0 /tigrisfs_1.2.0_linux_amd64 .rpm ) .
4040* Install the package:
4141 * Debian-based systems:
4242 ``` bash
43- dpkg -i tigrisfs_1.1.2_linux_amd64 .deb
43+ dpkg -i tigrisfs_1.2.0_linux_amd64 .deb
4444 ```
4545 * RPM-based systems:
4646 ` ` ` bash
47- rpm -i tigrisfs_1.1.2_linux_amd64 .rpm
47+ rpm -i tigrisfs_1.2.0_linux_amd64 .rpm
4848 ` ` `
4949* Configure credentials
5050 TigrisFS can use credentials from different sources:
@@ -71,7 +71,7 @@ See [docs](https://www.tigrisdata.com/docs/sdks/s3/aws-cli/) for more details.
7171* Download and unpack the latest release:
7272 * MacOS ARM64
7373 ```
74- curl -L https://github.com/tigrisdata/tigrisfs/releases/download/v1.1.2 /tigrisfs_1.1.2_darwin_arm64 .tar.gz | tar -xz -C /usr/local/bin
74+ curl -L https://github.com/tigrisdata/tigrisfs/releases/download/v1.2.0 /tigrisfs_1.2.0_darwin_arm64 .tar.gz | sudo tar -xz -C /usr/local/bin
7575 ```
7676* Configuration is the same as for the DEB and RPM packages above.
7777* Mount the bucket:
You can’t perform that action at this time.
0 commit comments