mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2024-10-01 06:35:42 -04:00
echo quotes
This commit is contained in:
parent
1c7b944b3c
commit
d0c2519a2a
4
install
4
install
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
[ `id -u` -eq 0 ] || exit
|
||||
|
||||
echo Disabling the pre-release service (if present)...
|
||||
echo "Disabling the pre-release service (if present)..."
|
||||
systemctl disable vm-sudo-protect.service
|
||||
|
||||
cp vm-boot-protect.sh /usr/lib/qubes/init
|
||||
@ -11,5 +11,5 @@ systemctl daemon-reload
|
||||
systemctl enable vm-boot-protect.service
|
||||
|
||||
echo
|
||||
echo vm-boot-protect installed!
|
||||
echo "vm-boot-protect installed!"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user