修改文件名

This commit is contained in:
2023-06-25 12:53:52 +08:00
parent 42c7d2aa17
commit 09d9155f7b
12 changed files with 41 additions and 12 deletions

10
gx-env-run Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
chrootEnvPath=/opt/new-system-env
#if [[ `whoami` != "root" ]]; then
# echo 请使用 root 权限运行
# exit 1
#fi
command="$@"
#echo $command
pkexec env DISPLAY=$DISPLAY chroot $chrootEnvPath sudo -u $USER bash -c "$command"
#echo $@