Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # Custom Commands
  2. ubiquity ubiquity/success_command
  3. string mkdir /target/install/;
  4. cp -R /cdrom/scripts/* /target/install/;
  5. chroot /target chmod +x /install/postinstall.sh;
  6. chroot /target bash /install/postinstall.sh
  7.  
  8. # Install Chrome
  9. cd /install
  10. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  11. dpkg -i google-chrome-stable_current_amd64.deb
  12. # Delete Chrome install
  13. rm google-chrome-stable_current_amd64.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement