You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
245 B

  1. #!/bin/bash -e
  2. on_chroot << EOF
  3. update-alternatives --install /usr/bin/x-www-browser \
  4. x-www-browser /usr/bin/chromium-browser 86
  5. update-alternatives --install /usr/bin/gnome-www-browser \
  6. gnome-www-browser /usr/bin/chromium-browser 86
  7. EOF