Skip to content

Commit

Permalink
Install rtui (terminal user interface for ROS)
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Nov 7, 2023
1 parent 7251a76 commit 49ade7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ echo_stamp "Installing pyzbar"
my_travis_retry pip install pyzbar
my_travis_retry pip3 install pyzbar

echo_stamp "Installing rtui"
my_travis_retry pip3 install rtui-app

echo_stamp "Add .vimrc"
cat << EOF > /home/pi/.vimrc
set mouse-=a
Expand Down

0 comments on commit 49ade7e

Please sign in to comment.