summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEloy García Almadén2021-02-15 19:30:14 +0100
committerEloy García Almadén2021-02-15 19:30:14 +0100
commitca6379efe0010f4cb6621f06404dd4d53749b1d6 (patch)
tree1b6b3cf10da118ebdc019e1532d6295abd83e555
parentafecf898ca9bb91ee0bb680648bb7598d1351c15 (diff)
downloadaur-ca6379efe0010f4cb6621f06404dd4d53749b1d6.tar.gz
Removing sudo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 236c35520dcf..8d7bf8e7e79f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ package() {
# Installing ButterManager using python-setuptools
echo -e "\n Installing ButterManager. Please wait..."
- sudo python setup.py install
+ python setup.py install
# Copying .desktop file and icon
echo -e \n "Creating desktop icon. Finishing the installation"