This website works better with JavaScript.
首頁
探索
說明
登入
binhong
/
TicketingSystem
镜像来自
https://github.com/binhonglee/TicketingSystem
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fix missing 'fi' in install and uninstall script
Fixing-travis-yml
BinHong Lee
7 年之前
父節點
7ebe6d0516
當前提交
f3258f3e13
共有
2 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
install.sh
+2
-0
uninstall.sh
+ 1
- 0
install.sh
查看文件
@@ -3,6 +3,7 @@ if [ $kernel == "Darwin" ]; then
else
sudo apt-get update
sudo apt-get install libjsoncpp-dev
fi
cp lib/anttasks.jar ~
pushd ~
+ 2
- 0
uninstall.sh
查看文件
@@ -2,6 +2,8 @@ if [ $kernel == "Darwin" ]; then
sudo apt-get remove --purge libjsoncpp-dev
else
brew uninstall jsoncpp
fi
cd ../
echo "Deleting project files"
rm -rf TicketingSystem
Write
Preview
Loading…
取消
儲存