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:
parent
a67d7798a4
commit
b1bf92116a
2 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
SELECTED=(core i3)
|
||||
SELECTED=(core)
|
||||
else
|
||||
SELECTED=$@
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue