Quellcode durchsuchen

Update README.md

Toby Chui vor 5 Jahren
Ursprung
Commit
8eda5fa2ef
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -51,7 +51,7 @@ ArOZ Online System is only tested to install on Debian Jessie and Debian Buster.
   
 2. If you are a noob and don't want to mess around with the sudoer settings, just edit /etc/sudoers, add the following line at the bottom of the file.
   ```
-  www-data ALL=NOPASSWD: /usr/bin/mount, /sbin/mount.ntfs-3g, /usr/bin/umount, /sbin/halt, /sbin/reboot, /sbin/poweroff, /sbin/ifconfig, /sbin/ip
+  www-data ALL=NOPASSWD: /usr/bin/mount, /sbin/mount.ntfs-3g,  /usr/bin/ntfs-3g, /usr/bin/umount, /sbin/halt, /sbin/reboot, /sbin/poweroff, /sbin/ifconfig, /sbin/ip, /sbin/mkfs.ntfs, /sbin/mkfs.vfat
   ```
   **(Only if you are using the system in local area network. Please adjust this to suit your needs if you are planning to access the system through the internet.)**