This commit is contained in:
ahmadbilalkhalid 2019-09-07 13:13:01 +05:00
parent d8bbf22c79
commit f1def98cd7
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@ EOF
;;
"devuan")
apt update
apt upgrade
apt upgrade --yes
apt install python3 qemu
apt install python3 qemu --yes
esac