There was an error while loading. Please reload this page.
1 parent f19f65a commit e839245Copy full SHA for e839245
1 file changed
src/components/InteractiveInstaller.vue
@@ -22,7 +22,7 @@ const selectedDistro = ref(distros[0]?.name || '');
22
const selectedMethod = ref<string>(methods[0] || '');
23
const selectedShell = ref<string>(shells[0] || '');
24
const selectedDe = ref<string>(deWms[0] || '');
25
-const selectedEnv = ref<string>(environments[1] || '');
+const selectedEnv = ref<string>(environments[0] || '');
26
const selectedInit = ref<string>(initSystems[0] || 'systemd');
27
28
const needsUserCreation = computed(() => {
0 commit comments