Skip to content

Commit

Permalink
Update install.sh: need sudo for fuser
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Aug 10, 2024
1 parent 1b2e106 commit 3c34d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ run_aptGet()
{
local NUM_FAILS=0

while fuser --silent "/var/lib/dpkg/lock-frontend" ;
while sudo fuser --silent "/var/lib/dpkg/lock-frontend" ;
do
(( NUM_FAILS++ ))
if [[ ${NUM_FAILS} -eq 5 ]]; then
Expand Down

0 comments on commit 3c34d68

Please sign in to comment.