[+] add display link [F] Fix rights recursive on all directorys

This commit is contained in:
Simon Rieger 2023-02-02 17:19:59 +01:00
parent 8de3e9eefa
commit 8d70d1a86d

View file

@ -155,7 +155,7 @@ function add_plymouth() {
function userrechte() { function userrechte() {
#user #user
chown -cR "$user":users /home/"$user" chown -cR "$user":users /home/"$user"
chmod 750 -R /home/"$user" #chmod 750 -R /home/"$user"
#ssh #ssh
if ! [ -d /home/"$user"/.ssh ]; then if ! [ -d /home/"$user"/.ssh ]; then
mkdir -p /home/"$user"/.ssh mkdir -p /home/"$user"/.ssh
@ -632,6 +632,12 @@ aurinstaller wlogout
# on-screen keyboard (start with wvkbd-mobintl) # on-screen keyboard (start with wvkbd-mobintl)
aurinstaller wvkbd aurinstaller wvkbd
# thinkpad docking station Ultra
aurinstaller evdi
aurinstaller displaylink
# Systemd Service (zum testen)
systemctl enable displaylink
# MS-Fonts # MS-Fonts
mkdir -p /etc/fonts/conf.avail/ mkdir -p /etc/fonts/conf.avail/
cp /opt/${repo}/configs/20-no-embedded.conf /etc/fonts/conf.avail/ cp /opt/${repo}/configs/20-no-embedded.conf /etc/fonts/conf.avail/
@ -651,7 +657,7 @@ gsettings set org.gnome.desktop.wm.preferences theme "Arc-Darker"
gtk-update-icon-cache gtk-update-icon-cache
#userrechte userrechte
# grub-updater # grub-updater
if [ -d /etc/grub.d ]; then if [ -d /etc/grub.d ]; then