瀏覽代碼

Fix typo, thanks @nd4pa

Brendan Abolivier 7 年之前
父節點
當前提交
3ea1415bd8
簽署人: Brendan Abolivier <contact@brendanabolivier.com> GPG 金鑰 ID: 8EF1500759F70623
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      content/your-own-google-drive-docs.md

+ 1
- 1
content/your-own-google-drive-docs.md 查看文件

323
 A single Redis instance can act as a great cache for file locks, and installing it is as simple as running:
323
 A single Redis instance can act as a great cache for file locks, and installing it is as simple as running:
324
 
324
 
325
 ```
325
 ```
326
-sudo systemctl restart redis-server php-redis
326
+sudo apt install redis-server php-redis
327
 ```
327
 ```
328
 
328
 
329
 Once again, restart PHP's FPM:
329
 Once again, restart PHP's FPM: