analyst node changes

This commit is contained in:
m0duspwnens
2020-10-02 14:57:22 -04:00
parent 40647ce54c
commit 47762816a7
2 changed files with 4 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -220,6 +220,7 @@ chmod +x /bin/chaosreader;
cp ../../files/analyst/README /;
cp ../../files/analyst/so-wallpaper.jpg /usr/share/backgrounds/;
cp ../../files/analyst/so-lockscreen.jpg /usr/share/backgrounds/;
cp ../../files/analyst/so-login-logo.svg /usr/share/pixmaps/;
# Create gdm profile
#cat << EOF >> /etc/dconf/profile/gdm
@@ -262,13 +263,13 @@ cat << EOF >> /etc/dconf/db/local.d/locks/screensaver
/org/gnome/desktop/screensaver/lock-delay
EOF
# Do not show the user list at login
cat << EOF >> /etc/dconf/db/gdm.d/00-login-screen
# Do not show the user list at login screen
cat << EOF >> /etc/dconf/db/local.d/00-login-screen
[org/gnome/login-screen]
disable-user-list=true
EOF
#dconf update;
dconf update;
echo
echo "Analyst workstation has been installed!"