|
@@ -88,7 +88,7 @@ echo "mqtt server file done"
|
|
|
#git clone http://60.250.156.230:3000/fatwolf/mqtt_server_setting.git
|
|
|
|
|
|
#Item4 Watchdog
|
|
|
-cd /
|
|
|
+cd /home/使用者
|
|
|
# get watchdog file proc-wdtd.conf
|
|
|
sudo git clone -b procwdtdconf --single-branch http://60.250.156.230:3000/fatwolf/proc.git /procwdtdconf/
|
|
|
|
|
@@ -114,7 +114,7 @@ echo "watchdog file done"
|
|
|
|
|
|
#Item5 Git Server
|
|
|
sudo apt-get install golang -y
|
|
|
-cd
|
|
|
+cd /home/使用者
|
|
|
git clone --depth 1 https://github.com/gogs/gogs.git gogs
|
|
|
cd gogs/
|
|
|
go build -o gogs
|
|
@@ -136,7 +136,7 @@ sudo -H pip3 install BeautifulSoup4
|
|
|
sudo -H pip3 install selenium
|
|
|
sudo -H pip3 install geocoder
|
|
|
#Item7 AP(WebPage)
|
|
|
-cd /
|
|
|
+cd /home/使用者
|
|
|
sudo git clone http://60.250.156.230:3000/benson/SixthProject.git /Sixth/
|
|
|
sudo mv /Sixth/BBend-Test-JWT.tar.gz /etc/Sixth
|
|
|
sudo rm -rf /Sixth/
|
|
@@ -181,7 +181,7 @@ source ~/catkin_ws/devel/setup.bash
|
|
|
echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc
|
|
|
source ~/.bashrc
|
|
|
# need user name
|
|
|
-echo $ROS_PACKAGE_PATH /home/youruser/catkin_ws/src:/opt/ros/melodic/share
|
|
|
+echo $ROS_PACKAGE_PATH /home/使用者/catkin_ws/src:/opt/ros/melodic/share
|
|
|
source ~/.bashrc
|
|
|
printenv | grep ROS
|
|
|
|