07-25-2016, 01:05 PM
(07-25-2016, 08:46 AM)Terra854 Wrote: Pine A64 Configuration Tool [26/7/2016]
This tool is based on the raspi-config tool for the Raspberry Pi and it provides a straight-forward way to configure your Pine64.
Source code is available at https://github.com/Terra854/pine64-config
Prerequisites
You will need to have whiptail installed in order to use this tool (sudo apt-get install whiptail).
Installation
To install this tool for your Pine64, you will need to run the following command:
Code:sudo ./install.sh
This will build the scripts that is relevant to your distribution of Linux and installs it to /usr/local/sbin.
Once it is installed, you can execute it with:
Code:sudo pine64-config.sh
Enjoy!
Changelog
25/7/2016
- Initial Release
26/7/2016
- Added Debian support
Do note that this tool is in the beta stage. As such, this tool may not work as expected. If you want to contribute or to file bugs, please feel free to post an issue or open a pull request on the GitHub page.
Also, openSUSE support will soon be implemented in the coming weeks (You will get an error if you try to build the tool for it).
Thanks on the configuration tool and looking forward on the openSuse release.