このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
binhong
/
TicketingSystem
ミラー元
https://github.com/binhonglee/TicketingSystem
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Fix missing 'fi' in install and uninstall script
Fixing-travis-yml
BinHong Lee
7年前
親
7ebe6d0516
コミット
f3258f3e13
2個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存