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 similarity index 100% rename from deployments/00:01:23:45:67:89.json rename to 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 similarity index 100% rename from deployments/00:11:22:33:44:55.json rename to 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 similarity index 100% rename from deployments/38:00:25:5a:ed:d5.json rename to profiles/38:00:25:5a:ed:d5.json diff --git a/deployments/applications/awesome.json b/profiles/applications/awesome.json similarity index 100% rename from deployments/applications/awesome.json rename to profiles/applications/awesome.json diff --git a/deployments/applications/gnome.json b/profiles/applications/gnome.json similarity index 100% rename from deployments/applications/gnome.json rename to profiles/applications/gnome.json diff --git a/deployments/applications/kde.json b/profiles/applications/kde.json similarity index 100% rename from deployments/applications/kde.json rename to profiles/applications/kde.json diff --git a/deployments/applications/postgresql.json b/profiles/applications/postgresql.json similarity index 100% rename from deployments/applications/postgresql.json rename to profiles/applications/postgresql.json diff --git a/deployments/default.json b/profiles/default.json similarity index 100% rename from deployments/default.json rename to profiles/default.json diff --git a/deployments/desktop_gnome.json b/profiles/desktop_gnome.json similarity index 100% rename from deployments/desktop_gnome.json rename to profiles/desktop_gnome.json diff --git a/deployments/desktop_kde.json b/profiles/desktop_kde.json similarity index 100% rename from deployments/desktop_kde.json rename to profiles/desktop_kde.json diff --git a/deployments/dns_server.json b/profiles/dns_server.json similarity index 100% rename from deployments/dns_server.json rename to profiles/dns_server.json diff --git a/deployments/gitea.json b/profiles/gitea.json similarity index 100% rename from deployments/gitea.json rename to profiles/gitea.json diff --git a/deployments/local_mirror.json b/profiles/local_mirror.json similarity index 100% rename from deployments/local_mirror.json rename to profiles/local_mirror.json diff --git a/deployments/minimal_example.json b/profiles/minimal_example.json similarity index 100% rename from deployments/minimal_example.json rename to profiles/minimal_example.json diff --git a/deployments/pentest.json b/profiles/pentest.json similarity index 100% rename from deployments/pentest.json rename to profiles/pentest.json diff --git a/deployments/router.json b/profiles/router.json similarity index 100% rename from deployments/router.json rename to profiles/router.json diff --git a/deployments/ubuntu.json b/profiles/ubuntu.json similarity index 100% rename from deployments/ubuntu.json rename to profiles/ubuntu.json diff --git a/deployments/vmhost.json b/profiles/vmhost.json similarity index 100% rename from deployments/vmhost.json rename to profiles/vmhost.json diff --git a/deployments/webserver.json b/profiles/webserver.json similarity index 100% rename from deployments/webserver.json rename to profiles/webserver.json diff --git a/deployments/workstation.json b/profiles/workstation.json similarity index 100% rename from deployments/workstation.json rename to profiles/workstation.json diff --git a/deployments/workstation_aur.json b/profiles/workstation_aur.json similarity index 100% rename from deployments/workstation_aur.json rename to profiles/workstation_aur.json diff --git a/deployments/workstation_unattended.json b/profiles/workstation_unattended.json similarity index 100% rename from deployments/workstation_unattended.json rename to profiles/workstation_unattended.json