#36: Add ability to select Linux distribution type if OS is unsupported - partial
This commit is contained in:
@@ -36,6 +36,12 @@ exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/'
|
||||
|
||||
exports.LINUX_DETECT_SCRIPT_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/detect_linux.sh';
|
||||
|
||||
exports.LINUX_SELECTABLE_PLATFORMS = [
|
||||
'ubuntu18.04',
|
||||
'ubuntu18.10',
|
||||
'ubuntu19.04'
|
||||
];
|
||||
|
||||
exports.DATA_LOCATIONS = {
|
||||
linux: '~/.local/repertory/ui',
|
||||
darwin: '~/Library/Application Support/repertory/ui',
|
||||
|
||||
Reference in New Issue
Block a user