From 28940359e37afbd20c24d33ee7ed52151a62c410 Mon Sep 17 00:00:00 2001 From: Kitteh Date: Sun, 4 Nov 2018 21:49:55 +0000 Subject: [PATCH] [Scripts] Remove unneeded sudo. --- scripts/makeappimage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makeappimage.sh b/scripts/makeappimage.sh index 4034ef4..c7d8c2e 100755 --- a/scripts/makeappimage.sh +++ b/scripts/makeappimage.sh @@ -26,7 +26,7 @@ fi #cmake . -DCMAKE_INSTALL_PREFIX=/usr #make #sudo make install -sudo wget https://0x0.st/sIvd.AppImag -O appdir/usr/bin/appimageupdatetool +wget https://0x0.st/sIvd.AppImag -O appdir/usr/bin/appimageupdatetool chmod +x appdir/usr/bin/appimageupdatetool #cd ..