浏览代码

Update README.md

Toby Chui 5 年之前
父节点
当前提交
cb55f3f743
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -22,7 +22,7 @@ The following packages are required for the system to run on your Linux system.
 To install the package above, copy and paste the following lines into your ssh terminal line by line.
 ```
 #Add the following line if you are using a fresh install of Debian Buster
-sudo apt-get install unzip net-tools ntfs-3g -y
+sudo apt-get install unzip net-tools ntfs-3g dosfstools -y
 sudo apt-get update
 sudo apt-get install -y apache2
 sudo apt-get install -y php libapache2-mod-php php-cli php-common php-mbstring php-gd php-xml php-zip 
@@ -70,6 +70,11 @@ ArOZ Online System is only tested to install on Debian Jessie and Debian Buster.
   www-data ALL=NOPASSWD: /sbin/ifconfig, /sbin/ip
   ```
   
+  Allow system to format and create new partitions
+  ```
+  www-data ALL=NOPASSWD: /sbin/mkfs.ntfs, /sbin/mkfs.vfat
+  ```
+  
   TO BE ADDED
   
 3. Edit /etc/apache2/apache2.conf, add the following two lines to the bottom of the file