Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Chrome
  2. sudo su -
  3. bundle-add package-utils cpio wgetre
  4. wget https://dl.google.com/linux/direct/google-chrome-beta_current_x86_64.rpm
  5. rpm2cpio google-chrome*.rpm | ( cd /; cpio -idv)
  6. rm -f google-chrome*.rpm
  7. f=/etc/environment; s='export FONTCONFIG_PATH=/usr/share/defaults/fonts'; touch $f; if ! grep -q "$s" $f ; then echo $s >> $f; fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement