From 1b070d092cb2bc76368b9abe7dd231e0d7096b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 5 May 2022 18:10:58 +0200 Subject: [PATCH] Use python instead of python3 for aursearch --- symlinks/bin/aursearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symlinks/bin/aursearch b/symlinks/bin/aursearch index fa57986..ed93ce3 100755 --- a/symlinks/bin/aursearch +++ b/symlinks/bin/aursearch @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/bin/python import sys, json, urllib.parse, http.client, getopt