littlefix

This commit is contained in:
Milan Meduna 2019-04-25 20:51:24 +02:00
parent e09ed19624
commit ec710ee354
1 changed files with 6 additions and 5 deletions

View File

@ -178,11 +178,12 @@ main_menu
}
install_uptrack () {
cd /tmp
wget https://ksplice.oracle.com/uptrack/dist/bionic/ksplice-uptrack.deb
apt install libgtk2-perl dbus-x11 libglade2-0 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib python python-cairo python-dbus python-gi python-glade2 python-gobject-2 python-gtk2 python-minimal python-pycurl python-yaml python2.7 python2.7-minimal -y
dpkg -i ksplice-uptrack.deb
read -p "Done, press any key to return to main menu"
#cd /tmp
#wget https://ksplice.oracle.com/uptrack/dist/bionic/ksplice-uptrack.deb
#apt install libgtk2-perl dbus-x11 libglade2-0 libpython-stdlib libpython2.7-minimal libpython2.7-stdlib python python-cairo python-dbus python-gi python-glade2 python-gobject-2 python-gtk2 python-minimal python-pycurl python-yaml python2.7 python2.7-minimal -y
#dpkg -i ksplice-uptrack.deb
#read -p "Done, press any key to return to main menu"
echo "NOT WORKING"
main_menu
}