Skip to content

Commit ceebdd9

Browse files
committed
Add npm git-mob
1 parent 1dadc3c commit ceebdd9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scripts/install_npm.sh

+4
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@ echo "[NPM] Installing Swiff"
3333
sudo npm install -g swiff
3434
echo ""
3535

36+
echo "[NPM] Installing git-mob"
37+
sudo npm install -g git-mob
38+
echo ""
39+
3640
echo "[NPM] Done"
3741
echo ""

scripts/setup_git.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ echo ""
1717

1818
echo "[DONE]"
1919
echo "[IMPORTANT 1] - Update the user.name and user.email in ~/.gitconfig"
20-
echo "[IMPORTANT 2] - Update user.signingkey property with your new ssh key id in ~/.gitconfig`
20+
echo "[IMPORTANT 2] - Update user.signingkey property with your new ssh key id in ~/.gitconfig"
2121
echo ""

0 commit comments

Comments
 (0)