#!/bin/bash
# remove existing updfpac
  /bin/rm ./updfpac
# Download last updfpac script 
  wget http://www.f6bvp.org/updfpac
#
  chmod 775 updfpac
  exec ./updfpac
#
