Skip to content

Commit

Permalink
[fix]:修复yaml部分系统上bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed May 27, 2022
1 parent ab33c4b commit a00458f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mkdir -p /tmp/fishinstall/tools
wget http://fishros.com/install/install1s/install.py -O /tmp/fishinstall/install.py 2>>/dev/null
source /etc/profile
sudo apt install python3-distro -y
sudo apt install python3-distro python3-yaml -y
if [ $UID -eq 0 ];then
apt-get install sudo
fi
Expand Down

0 comments on commit a00458f

Please sign in to comment.