You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
# If the installation directory is not in PATH issue a warning:
if ! echo $PATH | grep -q "$DIR";
then
echo "Warning: '$DIR' is not in your PATH.";
echo " To use this program add '$DIR'";
echo " to your PATH or manually copy";
echo " katoolin3.py somewhere.";
echo;
PROGRAM_PREFIX="$DIR/";
fi
# Check if shebang from katoolin3.py can execute:
/usr/bin/env python3 -V >/dev/null || die "Please install 'python3'";
# Install all dependencies:
apt-key adv -qq --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6 || apt-key adv -qq --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys ED444FF07D8D0BF6 || die "This may be a server issue. Please try again later";