#!/bin/bash
install_sddm()
{
graphics_install_prompt "SDDM Will be installed"
install_prog "sddm"
graphics_install_prompt "SDDM Is installed"
}