Skip to content

Commit

Permalink
fix pushd typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pastudan committed Apr 20, 2022
1 parent b93fc9d commit 8e7f789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-display.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
git clone https://github.com/kubesail/pibox-os.git /tmp/pibox-os
pudhd /tmp/pibox-os/st7789_module
pushd /tmp/pibox-os/st7789_module
make
mv /lib/modules/"$(uname -r)"/kernel/drivers/staging/fbtft/fb_st7789v.ko /lib/modules/"$(uname -r)"/kernel/drivers/staging/fbtft/fb_st7789v.BACK
mv fb_st7789v.ko /lib/modules/"$(uname -r)"/kernel/drivers/staging/fbtft/fb_st7789v.ko
Expand Down

0 comments on commit 8e7f789

Please sign in to comment.