X728-script: Difference between revisions
| Line 68: | Line 68: | ||
===Clone the script=== | ===Clone the script=== | ||
Clone pruduct software script if use the last '''Trixie''' OS | |||
git clone https://github.com/geekworm-com/x728-script | 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 | |||
cd x728-script | git clone https://github.com/geekworm-com/x728-script | ||
chmod +x *.sh | cd x728-script | ||
chmod +x *.sh | |||
'''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. | '''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 | sudo apt install -y git | ||