]> piware.de Git - bin.git/blobdiff - f25-update.exp
Drop obsolete scripts
[bin.git] / f25-update.exp
diff --git a/f25-update.exp b/f25-update.exp
deleted file mode 100755 (executable)
index d4eaa34..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/expect -f
-
-set timeout -1
-
-#Start the guest VM
-spawn vm /srv/vm/f25.img -nographic
-
-expect "login: "
-send "a\r"
-
-expect "Password: "
-send "a\r"
-
-expect "$ "
-send "echo a | sudo --stdin dnf update -y\r"
-
-expect "$ "
-send "echo a | sudo --stdin poweroff\r"
-
-expect "$ "