Skip to content

git 歴史削除

hikari edited this page Dec 1, 2022 · 1 revision

bfg

Java のインストール

sudo apt update
sudo apt install default-jre

bfg のインストール

mkdir -p ~/.bin
wget https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar -P ~/.bin

echo 'alias "bfg=java -jar $HOME/.bin/bfg-1.14.0.jar" | tee -a ~/.bashrc'
source ~/.bashrc
Clone this wiki locally