mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-06-06 21:49:09 -04:00
echo quotes
This commit is contained in:
parent
1c7b944b3c
commit
d0c2519a2a
1 changed files with 2 additions and 2 deletions
4
install
4
install
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ `id -u` -eq 0 ] || exit
|
[ `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
|
systemctl disable vm-sudo-protect.service
|
||||||
|
|
||||||
cp vm-boot-protect.sh /usr/lib/qubes/init
|
cp vm-boot-protect.sh /usr/lib/qubes/init
|
||||||
|
@ -11,5 +11,5 @@ systemctl daemon-reload
|
||||||
systemctl enable vm-boot-protect.service
|
systemctl enable vm-boot-protect.service
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo vm-boot-protect installed!
|
echo "vm-boot-protect installed!"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue