summarylogtreecommitdiffstats
path: root/fallback_dlagent.sh
blob: 92840bbe1ae5b3f98e90054de1132a10e573100c (plain)
1
2
3
4
5
#!/bin/bash
echo Could not find setup_ut_goty.exe. \
     Manually download it to \"$(pwd)\", \
     or set up a gogdownloader:// DLAGENT in /etc/makepkg.conf.;
exit 1;