-
Navigate to the package directory.
cd /home/zdislav/Bash-Theft-Auto/pkg/arch-pkg/ -
Build and install the package.
makepkg -si
-
Navigate to the package directory.
cd /home/zdislav/Bash-Theft-Auto/pkg/rpm/ -
Build the RPM package.
rpmbuild -ba bash-theft-auto.spec -
Install the package (pls adjust the version if needed).
# The built RPM is usually in ~/rpmbuild/RPMS/noarch/ sudo dnf install ~/rpmbuild/RPMS/noarch/bash-theft-auto-*.noarch.rpm
Once installed using the steps above, you should be able to run the command directly:
bta
- make it executiable
chmod +x bta
./bta