From 7545b128d894f0654c252152d41cc64b8fcedd4c Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 6 Jul 2020 22:52:54 +0200 Subject: Prepped readme for pypi. Also updated setup.py to reflect a better project name when uploading to pypi. --- archinstall/lib/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib') diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 653bc72b..bea17d44 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -3,7 +3,7 @@ from collections import OrderedDict from .general import multisplit, sys_command, log from .exceptions import * -UPSTREAM_URL = 'https://raw.githubusercontent.com/Torxed/archinstall/annotations/profiles' +UPSTREAM_URL = 'https://raw.githubusercontent.com/Torxed/archinstall/master/profiles' def grab_url_data(path): safe_path = path[:path.find(':')+1]+''.join([item if item in ('/', '?', '=', '&') else urllib.parse.quote(item) for item in multisplit(path[path.find(':')+1:], ('/', '?', '=', '&'))]) -- cgit v1.2.3-54-g00ecf