Skip to content

Commit

Permalink
fix: 修复-E可能带来的RK3588无法正常使用
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Sep 5, 2024
1 parent e1d04cf commit e57419c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions install
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
mkdir -p /tmp/fishinstall/tools/translation/assets
export FISHROS_URL="http://mirror.fishros.com/install"
wget `echo $FISHROS_URL`/install.py -O /tmp/fishinstall/install.py 2>>/dev/null
wget http://mirror.fishros.com/install/install.py -O /tmp/fishinstall/install.py 2>>/dev/null
source /etc/profile
if [ $UID -eq 0 ];then
apt-get install sudo
fi
sudo apt install python3-distro python3-yaml -y
sudo -E python3 /tmp/fishinstall/install.py
sudo python3 /tmp/fishinstall/install.py
sudo rm -rf /tmp/fishinstall/
sudo rm fishros
. ~/.bashrc
Expand Down
1 change: 0 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
INSTALL_SOFTWARE = 1 # 安装软件
CONFIG_TOOL = 2 # 配置相关


tools_type_map = {
INSTALL_ROS: "ROS相关",
INSTALL_SOFTWARE: "常用软件",
Expand Down

0 comments on commit e57419c

Please sign in to comment.