tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 3d9a5516d6e566b10f59a9181d205e82067ddcd8
parent 37660f7551d8bb362e7a644886f91d60f132f87d
Author: rob <rob@tarina.org>
Date:   Wed,  8 May 2019 23:39:58 +0300

yes or no

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -162,7 +162,7 @@ echo 'Dont do sync while copying to usb drives, does increase speed alöt!' sed -i '/MOUNTOPTIONS=/c\MOUNTOPTIONS="noexec,nodev,noatime,nodiratime"' /etc/usbmount/usbmount.conf while true; do - read -p "Do you wish to add capabilities to backup to all different harddrives like ntfs and vfat systems?" yn + read -p "Do you wish to add capabilities to backup to all different harddrives like ntfs and vfat systems? [y]es or [n]o" yn case $yn in [Yy]* ) echo "Adding harddrive tools..." apt-get -y install ntfs-3g exfat-fuse