mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-01-23 22:42:17 +08:00
work on user/group
This commit is contained in:
parent
ad1e92c394
commit
7542198fff
18
tlive-lfs.md
18
tlive-lfs.md
@ -175,6 +175,24 @@ system. Usually that means once a month or so, installing updates. Or
|
||||
whenever you think you come across a bug, to see if it is already fixed
|
||||
before reporting it.
|
||||
|
||||
As the root user, copy the relevant `/etc/skel` files into the `/opt/texlive/tladmin`
|
||||
directory:
|
||||
|
||||
cp /etc/skel/{.bash_logout,.bash_profile,.bashrc} /opt/texlive/tladmin/
|
||||
|
||||
Finally, set the correct permissions:
|
||||
|
||||
chown -R texlive:texlive /opt/texlive/tladmin
|
||||
chown texlive:texlive /opt/texlive/{2023,texmf-local}
|
||||
|
||||
You are now ready to install TeXLive 2023.
|
||||
|
||||
|
||||
Install TeXLive 2023
|
||||
--------------------
|
||||
|
||||
foo
|
||||
|
||||
|
||||
|
||||
/etc/profile.d/texlive.sh
|
||||
|
Loading…
Reference in New Issue
Block a user