Skip to content

Commit 9cdeb4d

Browse files
committed
More sudo where necessary.
1 parent 2f8f2fb commit 9cdeb4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ PHP extension allowing native interaction with systemd and journald
66
Installation
77
============
88

9-
yum install php-devel systemd-devel
9+
sudo yum install -y php-devel systemd-devel
1010
phpize
1111
./configure --enable-systemd
1212
make
13-
make install
13+
sudo make install
1414
echo "extension=systemd.so" | sudo tee /etc/php.d/systemd.ini
1515
echo "<?php echo sd_journal_send('MESSAGE=hello world');" | php
1616

0 commit comments

Comments
 (0)