mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Merge branch 'plymouth-freetype2-fix' into offline-iso-installer
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
options=("MySQL" "PostgreSQL" "Redis" "MongoDB" "MariaDB")
|
||||
|
||||
if [[ "$#" -eq 0 ]]; then
|
||||
choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases (space to select, return to install, esc to cancel)") || main_menu
|
||||
choices=$(printf "%s\n" "${options[@]}" | gum choose --header "Select databases (space to select, return to install, esc to cancel)") || main_menu
|
||||
else
|
||||
choices="$@"
|
||||
fi
|
||||
|
||||
4
migrations/1757483378.sh
Normal file
4
migrations/1757483378.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
echo "6Ghz Wi-Fi + Intel graphics acceleration for existing installations"
|
||||
|
||||
$OMARCHY_PATH/install/config/hardware/set-wireless-regdom.sh
|
||||
$OMARCHY_PATH/install/config/hardware/intel.sh
|
||||
Reference in New Issue
Block a user