Arch Linux support

This commit is contained in:
Scott E. Graves
2019-04-18 12:02:51 -05:00
parent 1fcf87ec25
commit 4d9d5ff501
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# Changelog # # Changelog #
## 1.0.3 ## ## 1.0.3 ##
* Linux distribution support * Linux distribution support
* Arch Linux
* Bodhi 5.0.0 * Bodhi 5.0.0
* Debian 9 * Debian 9
* Elementary OS 5.0 * Elementary OS 5.0

View File

@@ -10,6 +10,7 @@ Repertory allows you to mount Sia and/or SiaPrime blockchain storage solutions v
* OS X 64-bit * OS X 64-bit
* Windows 64-bit * Windows 64-bit
* Linux 64-bit Distributions: * Linux 64-bit Distributions:
* Arch Linux
* Bodhi 5.0.0 * Bodhi 5.0.0
* Debian 9 * Debian 9
* Elementary OS 5.0 * Elementary OS 5.0

View File

@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", {
}); });
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/1.0.0-beta_branch/releases.json'; exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/1.0.0-beta_branch/releases.json';
exports.DATA_LOCATIONS = { exports.DATA_LOCATIONS = {
arch: '~/.local/repertory/ui',
debian9: '~/.local/repertory/ui', debian9: '~/.local/repertory/ui',
linux: '~/.local/repertory/ui', linux: '~/.local/repertory/ui',
solus: '~/.local/repertory/ui', solus: '~/.local/repertory/ui',