Skip to content

Instantly share code, notes, and snippets.

View lpuv's full-sized avatar
😸
Programming & Gaming

#!/bin/cat lpuv

😸
Programming & Gaming
View GitHub Profile
%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/
### 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:
@lpuv
lpuv / install.rb
Last active March 5, 2019 17:12 — forked from skyl/install.rb
Homebrew without sudo
#!/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'
@lpuv
lpuv / updatePlugin.sh
Created March 4, 2019 23:25
Update minecraft plugins
open https://dev.bukkit.org/projects/$1/files/latest
rm $2/plugins/$1*.jar
mv ~/Downloads/$1*.jar $2/plugins