#!/bin/sh

echo This file should have been replaced by the postinstall script during installation of the rpm.
echo The script downloads the F@H rpm
echo https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v7.6/fahclient-7.6.21-1.x86_64.rpm
echo with the closed-source binaries, unpacks and installs the missing files.
echo
echo Please re-install the fetch-fahclient rpm with an active internet connection.

exit 1
