summarylogtreecommitdiffstats
path: root/install.exp
diff options
context:
space:
mode:
authorarchibald8692021-02-04 17:07:45 +0100
committerarchibald8692021-02-04 17:07:45 +0100
commit0ffba51669d6c20980f4285a5bd55f7bfa138b6b (patch)
tree57db9ef6a25adef88d3d6ee742e28bf1cf8f1f94 /install.exp
parente30836619e100c45f98d7992ac085a1734318d25 (diff)
downloadaur-0ffba51669d6c20980f4285a5bd55f7bfa138b6b.tar.gz
Update to version 11.6
A complete overhaul of this package was necessary because the precompiled version of FFS is now distributed in the form of an installer binary.
Diffstat (limited to 'install.exp')
-rwxr-xr-xinstall.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/install.exp b/install.exp
new file mode 100755
index 000000000000..be8d0176442c
--- /dev/null
+++ b/install.exp
@@ -0,0 +1,8 @@
+#!/usr/bin/expect -f
+log_user 0
+spawn [lindex $argv 0] --directory [lindex $argv 1] --noshortcuts
+expect "Accept the FreeFileSync license terms?"
+send "y\r"
+expect "Install FreeFileSync into"
+send "y\r"
+expect eof