summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKris2017-07-23 00:28:05 -0400
committerKris2017-07-23 00:28:05 -0400
commit2a6330567222f730ef18d71fb272f70fcdcebdfd (patch)
tree89ac3e4950585eeb237f74377150a24c5ed62c24
parent35b784c2635a42c0ddb17e6a1bc1645d8e0ae834 (diff)
downloadaur-2a6330567222f730ef18d71fb272f70fcdcebdfd.tar.gz
Actually corrected permissions
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8125a525bac7..2656595d87d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ fi
#Hosted apk
if [[ "$answer" == "2" ]]; then
- wget https://kris27mc.github.io/files/mcpe.apk
+ sudo wget https://kris27mc.github.io/files/mcpe.apk
# /usr/bin/cp mcpe.apk ~/mcpelauncher
fi