henrydenhengst

Thinstation-Install-Update

Jul 11th, 2016
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1. #!/bin/bash
  2. # Cloning the Thinstation Git repository INSTALL
  3. git clone --depth 1 git://github.com/Thinstation/thinstation.git -b 5.5-Stable
  4. # Enter the chroot building environment:
  5. cd thinstation
  6. ./setup-chroot
  7. # Let’s move on with building your first Thinstation boot image:
  8. cd build
  9. ./build
  10. # UPDATE
  11. # Before you start with this, you should save a copy of your build.conf and thinstation.conf.*
  12. # cp .......
  13. # update
  14. cd~
  15. cd thinstation
  16. ./setup-chroot
  17. clean_chroot
  18. exit
  19. git pull
Advertisement
Add Comment
Please, Sign In to add comment