set SO desktop wallpaper for iso install

This commit is contained in:
m0duspwnens
2023-08-11 09:15:41 -04:00
parent 7112d53d4d
commit fdb2ca4167
2 changed files with 11 additions and 0 deletions

View File

@@ -341,6 +341,8 @@ if [[ $is_desktop ]]; then
securityonion_repo
info "Enabling graphical interface and setting it to load at boot"
systemctl set-default graphical.target
info "Setting desktop background"
set_desktop_background
echo "Desktop Install Complete!"
echo ""
echo "Please reboot to start graphical interface."