1#!/bin/sh
2echo ""
3echo "Enter root password to install xhomer as suid root"
4echo ""
5echo "(This is necessary only to run in DGA mode or to access certain"
6echo "hardware devices in the host echo operating system)"
7echo ""
8su -c "chown root.root xhomer xhomer.static texthomer texthomer.static >&/dev/null ; chmod +s xhomer xhomer.static texthomer texthomer.static >&/dev/null"
9