index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/lib/profiles.py | 2 | ||||
-rw-r--r-- | profiles/00:01:23:45:67:89.json (renamed from deployments/00:01:23:45:67:89.json) | 0 | ||||
-rw-r--r-- | profiles/00:11:22:33:44:55.json (renamed from deployments/00:11:22:33:44:55.json) | 0 | ||||
-rw-r--r-- | profiles/38:00:25:5a:ed:d5.json (renamed from deployments/38:00:25:5a:ed:d5.json) | 0 | ||||
-rw-r--r-- | profiles/applications/awesome.json (renamed from deployments/applications/awesome.json) | 0 | ||||
-rw-r--r-- | profiles/applications/gnome.json (renamed from deployments/applications/gnome.json) | 0 | ||||
-rw-r--r-- | profiles/applications/kde.json (renamed from deployments/applications/kde.json) | 0 | ||||
-rw-r--r-- | profiles/applications/postgresql.json (renamed from deployments/applications/postgresql.json) | 0 | ||||
-rw-r--r-- | profiles/default.json (renamed from deployments/default.json) | 0 | ||||
-rw-r--r-- | profiles/desktop_gnome.json (renamed from deployments/desktop_gnome.json) | 0 | ||||
-rw-r--r-- | profiles/desktop_kde.json (renamed from deployments/desktop_kde.json) | 0 | ||||
-rw-r--r-- | profiles/dns_server.json (renamed from deployments/dns_server.json) | 0 | ||||
-rw-r--r-- | profiles/gitea.json (renamed from deployments/gitea.json) | 0 | ||||
-rw-r--r-- | profiles/local_mirror.json (renamed from deployments/local_mirror.json) | 0 | ||||
-rw-r--r-- | profiles/minimal_example.json (renamed from deployments/minimal_example.json) | 0 | ||||
-rw-r--r-- | profiles/pentest.json (renamed from deployments/pentest.json) | 0 | ||||
-rw-r--r-- | profiles/router.json (renamed from deployments/router.json) | 0 | ||||
-rw-r--r-- | profiles/ubuntu.json (renamed from deployments/ubuntu.json) | 0 | ||||
-rw-r--r-- | profiles/vmhost.json (renamed from deployments/vmhost.json) | 0 | ||||
-rw-r--r-- | profiles/webserver.json (renamed from deployments/webserver.json) | 0 | ||||
-rw-r--r-- | profiles/workstation.json (renamed from deployments/workstation.json) | 0 | ||||
-rw-r--r-- | profiles/workstation_aur.json (renamed from deployments/workstation_aur.json) | 0 | ||||
-rw-r--r-- | profiles/workstation_unattended.json (renamed from deployments/workstation_unattended.json) | 0 |
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index ae6fd089..a4129083 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/deployments' +UPSTREAM_URL = 'https://raw.githubusercontent.com/Torxed/archinstall/annotations/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:], ('/', '?', '=', '&'))]) diff --git a/deployments/00:01:23:45:67:89.json b/profiles/00:01:23:45:67:89.json index 23f83653..23f83653 100644 --- a/deployments/00:01:23:45:67:89.json +++ b/profiles/00:01:23:45:67:89.json diff --git a/deployments/00:11:22:33:44:55.json b/profiles/00:11:22:33:44:55.json index 909b4256..909b4256 100644 --- a/deployments/00:11:22:33:44:55.json +++ b/profiles/00:11:22:33:44:55.json diff --git a/deployments/38:00:25:5a:ed:d5.json b/profiles/38:00:25:5a:ed:d5.json index 3a8e1fb8..3a8e1fb8 100644 --- a/deployments/38:00:25:5a:ed:d5.json +++ b/profiles/38:00:25:5a:ed:d5.json diff --git a/deployments/applications/awesome.json b/profiles/applications/awesome.json index 42715e6f..42715e6f 100644 --- a/deployments/applications/awesome.json +++ b/profiles/applications/awesome.json diff --git a/deployments/applications/gnome.json b/profiles/applications/gnome.json index 4b568544..4b568544 100644 --- a/deployments/applications/gnome.json +++ b/profiles/applications/gnome.json diff --git a/deployments/applications/kde.json b/profiles/applications/kde.json index 4b568544..4b568544 100644 --- a/deployments/applications/kde.json +++ b/profiles/applications/kde.json diff --git a/deployments/applications/postgresql.json b/profiles/applications/postgresql.json index 05976fd9..05976fd9 100644 --- a/deployments/applications/postgresql.json +++ b/profiles/applications/postgresql.json diff --git a/deployments/default.json b/profiles/default.json index cd205f84..cd205f84 100644 --- a/deployments/default.json +++ b/profiles/default.json diff --git a/deployments/desktop_gnome.json b/profiles/desktop_gnome.json index be239a91..be239a91 100644 --- a/deployments/desktop_gnome.json +++ b/profiles/desktop_gnome.json diff --git a/deployments/desktop_kde.json b/profiles/desktop_kde.json index 6a15bf30..6a15bf30 100644 --- a/deployments/desktop_kde.json +++ b/profiles/desktop_kde.json diff --git a/deployments/dns_server.json b/profiles/dns_server.json index 423fe872..423fe872 100644 --- a/deployments/dns_server.json +++ b/profiles/dns_server.json diff --git a/deployments/gitea.json b/profiles/gitea.json index efb4c15e..efb4c15e 100644 --- a/deployments/gitea.json +++ b/profiles/gitea.json diff --git a/deployments/local_mirror.json b/profiles/local_mirror.json index 79347f8b..79347f8b 100644 --- a/deployments/local_mirror.json +++ b/profiles/local_mirror.json diff --git a/deployments/minimal_example.json b/profiles/minimal_example.json index ec5e7d1c..ec5e7d1c 100644 --- a/deployments/minimal_example.json +++ b/profiles/minimal_example.json diff --git a/deployments/pentest.json b/profiles/pentest.json index 900836ce..900836ce 100644 --- a/deployments/pentest.json +++ b/profiles/pentest.json diff --git a/deployments/router.json b/profiles/router.json index 48e038c0..48e038c0 100644 --- a/deployments/router.json +++ b/profiles/router.json diff --git a/deployments/ubuntu.json b/profiles/ubuntu.json index be239a91..be239a91 100644 --- a/deployments/ubuntu.json +++ b/profiles/ubuntu.json diff --git a/deployments/vmhost.json b/profiles/vmhost.json index 0b2dabec..0b2dabec 100644 --- a/deployments/vmhost.json +++ b/profiles/vmhost.json diff --git a/deployments/webserver.json b/profiles/webserver.json index 6925ab00..6925ab00 100644 --- a/deployments/webserver.json +++ b/profiles/webserver.json diff --git a/deployments/workstation.json b/profiles/workstation.json index 37216b0e..37216b0e 100644 --- a/deployments/workstation.json +++ b/profiles/workstation.json diff --git a/deployments/workstation_aur.json b/profiles/workstation_aur.json index d3c26672..d3c26672 100644 --- a/deployments/workstation_aur.json +++ b/profiles/workstation_aur.json diff --git a/deployments/workstation_unattended.json b/profiles/workstation_unattended.json index 089f7f40..089f7f40 100644 --- a/deployments/workstation_unattended.json +++ b/profiles/workstation_unattended.json |