uptrack_fix
This commit is contained in:
parent
a68b30bc79
commit
b842777b38
1 changed files with 6 additions and 6 deletions
12
setup-usl-mm
12
setup-usl-mm
|
@ -181,11 +181,11 @@ 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/disco/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
|
||||
}
|
||||
|
@ -195,7 +195,7 @@ main_menu () {
|
|||
options=(
|
||||
1 "Pre-reboot script"
|
||||
2 "Post-reboot script"
|
||||
3 "Install uptrack-upgrade - NOT WORK"
|
||||
3 "Install uptrack-upgrade - MAYBE NOT WORK"
|
||||
)
|
||||
|
||||
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
|
||||
|
|
Loading…
Reference in a new issue