fix_repo_key

This commit is contained in:
Milan Meduna 2020-09-11 12:41:41 +00:00
parent d0628fbf8e
commit 4fc28b70d9
1 changed files with 2 additions and 1 deletions

View File

@ -202,6 +202,7 @@ wget https://ksplice.oracle.com/uptrack/dist/focal/uptrack.deb
apt install python3-pycurl libgtk2-perl dbus-x11 libglade2-0 libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib python2 python-cairo python-dbus python-gi python-gobject-2 python2-minimal python-pycurl python-yaml python2.7 python2.7-minimal -y
dpkg -i uptrack.deb
uptrack-upgrade -y
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 82562EA9AD986DA3
read -p "Done, press any key to return to main menu"
main_menu
}
@ -211,7 +212,7 @@ main_menu () {
options=(
1 "Pre-reboot script"
2 "Post-reboot script"
3 "Install uptrack-upgrade - without repository key, not work for now"
3 "Install uptrack-upgrade"
)
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)