1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

install/fedora.sh: install core by default

This commit is contained in:
Henrik Hautakoski 2025-02-27 05:43:08 +01:00
parent a67d7798a4
commit b1bf92116a
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
if [ $# -lt 1 ]; then
SELECTED=(core i3)
SELECTED=(core)
else
SELECTED=$@
fi