84
84
echo -e "\n This makes a backup of your INX configuration,"
85
85
echo -e " then grabs the most recent INX scripts and configurations.\n"
88
88
wget -q -O - http://inx.maincontent.net/updates/date
90
92
echo -e "\n Continue? Your existing settings will be backed up. (Type n to abort)"
92
94
if [ "$BACKUPS" = "n" -o "$BACKUPS" = "N" ] ; then