Guest User

Untitled

a guest
Dec 9th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. --- displaylink-driver-1.2.65/displaylink-installer.sh 2016-10-05 20:23:53.000000000 +1100
  2. +++ /root/displaylink-installer.sh 2016-11-03 11:21:27.611314421 +1100
  3. @@ -252,8 +252,9 @@
  4. fi
  5.  
  6. is_64_bit && ARCH="x64" || ARCH="x86"
  7. - local UBULONGREL=`lsb_release -r`
  8. - [[ $UBULONGREL =~ "14.04" ]] && UBUREL="ubuntu-1404" || UBUREL="ubuntu-1604"
  9. + #local UBULONGREL=`lsb_release -r`
  10. + #[[ $UBULONGREL =~ "14.04" ]] && UBUREL="ubuntu-1404" || UBUREL="ubuntu-1604"
  11. + UBUREL="ubuntu-1404"
  12. local DLM="$ARCH-$UBUREL/DisplayLinkManager"
  13. echo "Installing $DLM"
  14. [ -x $DLM ] && mv -f $DLM $COREDIR
  15. @@ -421,7 +422,7 @@
  16.  
  17. echo "$PRODUCT $VERSION install script called: $*"
  18. [ -z "$SYSTEMINITDAEMON" ] && detect_init_daemon || echo "Trying to use the forced init system: $SYSTEMINITDAEMON"
  19. -detect_distro
  20. +#detect_distro
  21. check_requirements
  22.  
  23. while [ -n "$1" ]; do
Add Comment
Please, Sign In to add comment