This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
dxvk-wine-autobuilder
mirror of
https://github.com/Fincer/dxvk-wine-autobuilder
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
List sudo-related groups
master
Pekka Helenius
4 years ago
parent
655f46fa73
commit
6fbad72d95
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
updatewine.sh
+ 1
- 1
updatewine.sh
View File
@ -132,7 +132,7 @@ for i in ${SUDO_GROUPS[@]}; do
done
if
[
[
!
$sudogrp
]
]
;
then
echo
"You must belong to sudo group."
echo
"
You must belong to
a
sudo group
(checked groups:
${
SUDO_GROUPS
[*]
}
)
.
"
exit
1
fi
Write
Preview
Loading…
Cancel
Save