1
0
Fork 0
older-tomato-theme/jekyll_theme/install.sh

5 lines
135 B
Bash
Raw Normal View History

2023-12-17 07:54:22 +03:00
#!/bin/bash
2023-12-17 08:21:01 +03:00
rm older-tomato-theme-1.0.1.gem
2023-12-17 07:54:22 +03:00
gem build older-tomato-theme.gemspec
2023-12-17 08:21:01 +03:00
sudo gem install --local older-tomato-theme-1.0.1.gem