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
wget "https://www.pureref.com/files/build.php?build=LINUX64.deb&version=${version}&downloadKey=$(curl -A 'AUR PKGBUILD/Please contact maintainer if there is an issue' -s https://www.pureref.com/download.php | awk '/setupPaymentSystem/,/);/'| grep -zoP '\s+"\K[A-z0-9%]+?",'| sed 's/...$//')" -O pureref.deb ||exit 1
17
17
command -v ar 1>/dev/null && ar x pureref.deb ||echo"ERROR, \"ar\" command not found, exiting"
18
18
command -v tar 1>/dev/null && tar xf data.tar.xz ||echo"ERROR, \"tar\" command not found, exiting"
0 commit comments