Skip to content

Commit

Permalink
disable the install of reterminal bridge temporarily
Browse files Browse the repository at this point in the history
Because there is a issue with bridge which affect
the basic function of retermina.
#42
TODO:
this commit need to be reverted after the issue fixed.
  • Loading branch information
bigbearishappy committed May 26, 2022
1 parent 449394c commit 5acdeab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/reTerminal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ __EOF__

function install {
install_modules mipi_dsi ltr30x lis3lv02d bq24179_charger
install_overlay reTerminal reTerminal-bridge
install_overlay reTerminal

# display
cp -rfv ${RES_PATH}/plymouth/seeed/ /usr/share/plymouth/themes/ || exit 1;
Expand All @@ -290,7 +290,7 @@ function install {

function uninstall {
uninstall_modules mipi_dsi ltr30x lis3lv02d bq24179_charger
uninstall_overlay reTerminal reTerminal-bridge
uninstall_overlay reTerminal
}


Expand Down

0 comments on commit 5acdeab

Please sign in to comment.