Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Cloning the Thinstation Git repository INSTALL
- git clone --depth 1 git://github.com/Thinstation/thinstation.git -b 5.5-Stable
- # Enter the chroot building environment:
- cd thinstation
- ./setup-chroot
- # Let’s move on with building your first Thinstation boot image:
- cd build
- ./build
- # UPDATE
- # Before you start with this, you should save a copy of your build.conf and thinstation.conf.*
- # cp .......
- # update
- cd~
- cd thinstation
- ./setup-chroot
- clean_chroot
- exit
- git pull
Advertisement
Add Comment
Please, Sign In to add comment