This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open https://dev.bukkit.org/projects/$1/files/latest | |
rm $2/plugins/$1*.jar | |
mv ~/Downloads/$1*.jar $2/plugins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby | |
# SET YOUR_HOME TO THE ABSOLUTE PATH OF YOUR HOME DIRECTORY | |
# chmod +x install.rb | |
# ./install.rb | |
YOUR_HOME = '' | |
HOMEBREW_PREFIX = "#{YOUR_HOME}/usr/local" | |
HOMEBREW_CACHE = '/Library/Caches/Homebrew' | |
HOMEBREW_REPO = 'https://github.com/Homebrew/brew' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am lpuv on github. | |
* I am leothecat (https://keybase.io/leothecat) on keybase. | |
* I have a public key ASDKAE5p8FmSxI-u51mTFJc0tX02JjV_tjMk-tlhw8Oyego | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%global hash 97e0120 | |
%global snapshotdate 20210929 | |
Name: cros-guest-tools | |
Version: 1.1 | |
Release: %{snapshotdate}git%{hash}%{?dist} | |
Summary: Chromium OS integration meta package | |
License: BSD | |
URL: https://chromium.googlesource.com/chromiumos/containers/cros-container-guest-tools/ |