mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-20 12:14:57 +02:00
🚀 feat(_na): add scripts
This commit is contained in:
2
.github/workflows/cz.yml
vendored
2
.github/workflows/cz.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Check Conventional Commit
|
||||
run: |
|
||||
|
2
etc/profile.d/win-kex.sh
Normal file
2
etc/profile.d/win-kex.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
export XAUTHORITY=~/.Xauthority
|
4
etc/sudoers.d/snigdhaos-win-kex.sh
Normal file
4
etc/sudoers.d/snigdhaos-win-kex.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
%sudo ALL=NOPASSWD: /usr/lib/win-kex/xrdp/xrdpservice
|
||||
%sudo ALL=NOPASSWD: /usr/lib/win-kex/wslg-sock/wslg-sock
|
||||
%wheel ALL=NOPASSWD: /usr/lib/win-kex/xrdp/xrdpservice
|
||||
%wheel ALL=NOPASSWD: /usr/lib/win-kex/wslg-sock/wslg-sock
|
Reference in New Issue
Block a user