mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 18:58:27 +02:00
Merge pull request #3 from KernelGhost/codex/fix-typo-in-setup.sh-comment
Fix privileges typo in setup comments
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -21,7 +21,7 @@ readonly EC_BAD_ARGUMENT="2" # Unsupported argument passed to script.
|
|||||||
readonly EC_EXISTING_INSTALL="3" # Existing conflicting WinApps installation.
|
readonly EC_EXISTING_INSTALL="3" # Existing conflicting WinApps installation.
|
||||||
readonly EC_NO_CONFIG="4" # Absence of a valid WinApps configuration file.
|
readonly EC_NO_CONFIG="4" # Absence of a valid WinApps configuration file.
|
||||||
readonly EC_MISSING_DEPS="5" # Missing dependencies.
|
readonly EC_MISSING_DEPS="5" # Missing dependencies.
|
||||||
readonly EC_NO_SUDO="6" # Insufficient privilages to invoke superuser access.
|
readonly EC_NO_SUDO="6" # Insufficient privileges to invoke superuser access.
|
||||||
readonly EC_NOT_IN_GROUP="7" # Current user not in group 'libvirt' and/or 'kvm'.
|
readonly EC_NOT_IN_GROUP="7" # Current user not in group 'libvirt' and/or 'kvm'.
|
||||||
readonly EC_VM_OFF="8" # Windows 'libvirt' VM powered off.
|
readonly EC_VM_OFF="8" # Windows 'libvirt' VM powered off.
|
||||||
readonly EC_VM_PAUSED="9" # Windows 'libvirt' VM paused.
|
readonly EC_VM_PAUSED="9" # Windows 'libvirt' VM paused.
|
||||||
|
Reference in New Issue
Block a user