X729-script: Difference between revisions
| Line 80: | Line 80: | ||
===Clone the script=== | ===Clone the script=== | ||
Clone pruduct software script if use the last '''Trixie''' OS | |||
git clone -b trixie https://github.com/geekworm-com/x729-script | |||
Please use the following command to get the software script if you are using '''BOOKWORM''' OS | |||
git clone https://github.com/geekworm-com/x729-script | |||
'''PS''': Run the following command to view OS information: | |||
<pre> | |||
pi@geekworm:~ $ lsb_release -a | |||
No LSB modules are available. | |||
Distributor ID: Raspbian | |||
Description: Raspbian GNU/Linux 13 (trixie) | |||
Release: 13 | |||
Codename: trixie | |||
The above last line "Codename" indicates that the current system is '''Trixie''' OS. | |||
</pre> | |||
Then set executable permissions for script files: | |||
<pre> | <pre> | ||
cd x729-script | cd x729-script | ||
chmod +x *.sh | chmod +x *.sh | ||