Sudo, rm and setup for ls

This commit is contained in:
Frank
2026-01-07 15:00:28 +01:00
parent 78b570bd75
commit c384fc3dd5
3 changed files with 130 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ enum SessionSettingType: string
case RIGHTS_FOR_PLAYER2 = 'RightsForPlayer2';
case RIGHTS_FOR_PLAYER3 = 'RightsForPlayer3';
case INVITE_CODE = 'InviteCode';
case SET_OF_DELETED_FILES = 'SetOfDeletedFiles';
}