Merge branch 'master' of github.com:AlexSSD7/linsk

This commit is contained in:
AlexSSD7 2023-08-31 16:24:03 +01:00
commit ba426c0c9e
2 changed files with 21 additions and 14 deletions

View file

@ -33,9 +33,6 @@ func checkIfRoot() (bool, error) {
func doUSBRootCheck() {
switch runtime.GOOS {
case "darwin":
// Root privileges is not required in macOS.
return
case "windows":
// Administrator privileges are not required in Windows.
return