1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 05:34:42 -04:00

Update Ubuntu-Update.sh

This commit is contained in:
TommyTran732 2021-04-06 11:00:15 -04:00 committed by GitHub
parent a207e25196
commit a867379bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ umask 077
sudo sed -ie '/^DIR_MODE=/ s/=[0-9]*\+/=0700/' /etc/adduser.conf
sudo sed -ie '/^UMASK\s\+/ s/022/077/' /etc/login.defs
sudo sed -i 's/USERGROUPS_ENAB no/USERGROUPS_ENAB yes/g' /etc/login.defs
sudo sed -i 's/HOME_MODE 0750/HOME_MODE 0700/g' /etc/login.defs
#Remove unneeded packages
#Note that I remove unattended upgrades because GNOME Software will be handling auto updates