[+] add display link [F] Fix rights recursive on all directorys
This commit is contained in:
parent
8de3e9eefa
commit
8d70d1a86d
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue