~whdd/whdd/whdd-baltix

1
2
3
4
5
6
#!/bin/sh

if [[ -f /usr/bin/apt-get ]]
then
    apt-get install dialog libncursesw5 libncursesw5-dev
fi