install.sh: Fix /etc/modules-load.d/winesync.conf generation
This commit is contained in:
@@ -297,8 +297,8 @@ if [ "$1" = "install" ]; then
|
|||||||
sudo cp "${_where}"/winesync.rules /etc/udev/rules.d/winesync.rules
|
sudo cp "${_where}"/winesync.rules /etc/udev/rules.d/winesync.rules
|
||||||
sudo chmod 644 /etc/udev/rules.d/winesync.rules
|
sudo chmod 644 /etc/udev/rules.d/winesync.rules
|
||||||
|
|
||||||
msg2 "Adding winesync to '/etc/modules-load.d' for auto-loading by systemd"
|
msg2 "Adding winesync to '/etc/modules-load.d' for auto-loading by systemd - Password prompt incoming!"
|
||||||
sudo echo "winesync" > /etc/modules-load.d/winesync.conf
|
sudo sh -c 'echo "winesync" >/etc/modules-load.d/winesync.conf'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Use custom compiler paths if defined
|
# Use custom compiler paths if defined
|
||||||
|
Reference in New Issue
Block a user