mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-21 05:43:20 -07:00
Removed sudo call
Since AUTOINSTALL requires root and even checks for it, there is nolonger a need to run the package installer with sudo. Solves #90
This commit is contained in:
parent
5c8f646feb
commit
4e90141cca
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ if [ ! -z "${PLEXSERVER}" -a "${AUTOINSTALL}" = "yes" ]; then
|
|||
fi
|
||||
|
||||
if [ "${AUTOINSTALL}" = "yes" ]; then
|
||||
sudo ${DISTRO_INSTALL} "${DOWNLOADDIR}/${FILENAME}"
|
||||
${DISTRO_INSTALL} "${DOWNLOADDIR}/${FILENAME}"
|
||||
fi
|
||||
|
||||
if [ "${AUTODELETE}" = "yes" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue