#!/bin/bash wget --quiet -O /opt/scripts/info https://git.io/vaHfR > /dev/null if [[ -f /opt/scripts/info ]]; then chmod +x /opt/scripts/info ln -sf /opt/scripts/info /opt/bin/ else echo Failed to download echo "https://raw.githubusercontent.com/KittyKatt/screenFetch/master/screenfetch-dev" echo info screen not available fi