mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-15 08:57:34 +01:00
install: utilize the steam-devices submodule
This commit is contained in:
parent
c20e0998a2
commit
a31dbc23cf
5
install
5
install
@ -186,6 +186,10 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
chmod -v a+r /etc/sysctl.d/*.conf
|
chmod -v a+r /etc/sysctl.d/*.conf
|
||||||
(sysctl -p --system &)
|
(sysctl -p --system &)
|
||||||
|
|
||||||
|
# udev configuration. SECURITY WARNING
|
||||||
|
mkdir -vp /etc/udev/rules.d/
|
||||||
|
ln -nsfv $HOME/.shell-things/submodules/steam-devices/*.rules /etc/udev/rules.d/
|
||||||
|
|
||||||
# SSHd hardening hopefully. SECURITY WARNING
|
# SSHd hardening hopefully. SECURITY WARNING
|
||||||
mkdir -vp /etc/ssh/sshd_config.d/
|
mkdir -vp /etc/ssh/sshd_config.d/
|
||||||
chmod -v a+x /etc/ssh/sshd_config.d/
|
chmod -v a+x /etc/ssh/sshd_config.d/
|
||||||
@ -337,6 +341,7 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
# Symlink cleanup
|
# Symlink cleanup
|
||||||
if hash symlinks 2> /dev/null; then
|
if hash symlinks 2> /dev/null; then
|
||||||
symlinks -d /etc/xdg/autostart/
|
symlinks -d /etc/xdg/autostart/
|
||||||
|
symlinks -d /etc/udev/rules.d/
|
||||||
symlinks -d /usr/local/bin/
|
symlinks -d /usr/local/bin/
|
||||||
symlinks -d /usr/local/share/fonts/
|
symlinks -d /usr/local/share/fonts/
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user