On the latest Ubuntu LTS (22.04) there is no python package, use python-is-python3 instead. Also, you need to install jq and python3-distutils otherwise, unpack.sh exits because it requires these packages.
Write down the version of KeeneticOS (e.g. 4.00.C.4.0-0).
$ # replace <version> below with yours from Step 1
$ git clone --depth 1 --branch <version>https://github.com/keenetic/keenetic-sdk.git
On the latest Ubuntu LTS (22.04) there is no
python
package, usepython-is-python3
instead. Also, you need to installjq
andpython3-distutils
otherwise,unpack.sh
exits because it requires these packages.There is no such branch. https://github.com/keenetic/keenetic-sdk/branches
The version for
git clone
command should be 4.00, not 4.00.C.4.0-0