Changes

Jump to navigation Jump to search

X729-script

589 bytes added, Thursday at 10:19
===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>
git clone https://github.com/geekworm-com/x729-script
 
cd x729-script
chmod +x *.sh

Navigation menu