mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-24 20:17:53 +01:00
install: add /etc/tmpfiles.d for classic snaps (or still nonfunctional attempt)
This commit is contained in:
parent
2da9d1b6dd
commit
f43e244d42
4
install
4
install
@ -199,6 +199,10 @@ if [ "$(id -u)" == "0" ]; then
|
||||
cp -v local/share/applications/vivaldi.desktop /usr/local/share/applications/
|
||||
fi
|
||||
|
||||
# Attempt at classic snaps (symlink /snap to /var/lib/snapd/snap)
|
||||
mkdir -vp /etc/tmpfiles.d/
|
||||
cp -v etc/tmpfiles.d/snapd-classic.conf /etc/tmpfiles.d/
|
||||
|
||||
# Additional configuration for sudo SECURITY WARNING DANGER ALARM BELLS!
|
||||
if [ -d /etc/sudoers.d ]; then
|
||||
cp -v etc/sudoers.d/{aminda-systemd,lecture,password-feedback,always-ask-password,envkeep-extras} /etc/sudoers.d/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user