===Clone the script===
Clone pruduct software script if use the last '''Trixie''' OS, please adhere to capitalization.
git clone -b Trixie https://github.com/geekworm-com/x728-script
Please use the following command to get the software script if you are using '''BOOKWORM''' OS
git clone https://github.com/geekworm-com/x728-script
'''PS''': Run the following command to view system information:
<pre>
git clone httpspi@geekworm:~ $ lsb_release -aNo LSB modules are available.Distributor ID:RaspbianDescription: Raspbian GNU/Linux 13 (trixie)Release: 13Codename: trixie</githubpre>The above last line "Codename" indicates that the current system is '''Trixie''' OS.com/geekworm-com/x728-script
Set executable permissions for script files: cd x728-script chmod +x *.sh</pre>
'''PS''': For some OS such as 'Raspberry Pi OS Lite', the '''git''' tool is not installed by default, if you get an error like '''error: -bash: git: command not found''', please run the following command to install the git tool.
sudo apt install -y git