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