I hereby claim:
- I am rasa on github.
- I am rosssmithii (https://keybase.io/rosssmithii) on keybase.
- I have a public key whose fingerprint is 74D7 F7DE B2C8 3770 D072 A8BB EC43 5286 2CC6 8FBE
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
awk: bucket/gawk | |
awk: bucket/gow | |
awk: bucket/busybox | |
basename: bucket/coreutils | |
basename: bucket/gow | |
basename: bucket/busybox | |
bash: bucket/gow | |
bash: bucket/busybox | |
bunzip2: bucket/gow | |
bunzip2: bucket/bzip2 |
#!/usr/bin/env bash | |
set -e | |
set -v | |
apt-get update | |
apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libsdl1.2-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo zlib1g-dev | |
test -d $HOME/bin || mkdir -p $HOME/bin | |
test -d $HOME/ffmpeg_build || mkdir -p $HOME/ffmpeg_build |
--- choco-works-no-time.txt 2016-05-17 12:13:47.936006400 -0700 | |
+++ choco-fails-no-time.txt 2016-05-17 12:14:18.666343300 -0700 | |
@@ -35,7 +35,7 @@ | |
Information.ChocolateyProductVersion='0.9.9.12'| | |
Information.FullName='choco, Version=0.9.9.12, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'| | |
-Information.Is64Bit='True'|Information.IsInteractive='True'| | |
+Information.Is64Bit='True'|Information.IsInteractive='False'| | |
Information.IsUserAdministrator='True'| | |
Information.IsProcessElevated='True'|Features.AutoUninstaller='False'| |
2016-05-17 11:23:45,818 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.12, Culture=neutral, PublicKeyToken=79d02ea9cad655eb | |
2016-05-17 11:23:45,818 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.12, Culture=neutral, PublicKeyToken=79d02ea9cad655eb | |
2016-05-17 11:23:45,849 [DEBUG] - XmlConfiguration is now operational | |
2016-05-17 11:23:46,207 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\config". | |
2016-05-17 11:23:46,876 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\config\chocolatey.config.update" | |
to "C:\ProgramData\chocolatey\config\chocolatey.config". | |
2016-05-17 11:23:46,876 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\config\chocolatey.config.update". | |
2016-05-17 11:23:46,923 [INFO ] - ============================================================ | |
2016-05-17 11:23:46,923 [INFO ] - Chocolatey v0.9.9.12 | |
2016-05-17 11:23:46,923 [DEBUG] - Choco |
2016-05-17 11:58:30,895 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.12, Culture=neutral, PublicKeyToken=79d02ea9cad655eb | |
2016-05-17 11:58:30,895 [DEBUG] - Configured chocolatey.infrastructure.logging.log4net.config.xml from assembly choco, Version=0.9.9.12, Culture=neutral, PublicKeyToken=79d02ea9cad655eb | |
2016-05-17 11:58:30,926 [DEBUG] - XmlConfiguration is now operational | |
2016-05-17 11:58:31,051 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\config". | |
2016-05-17 11:58:31,223 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\config\chocolatey.config.update" | |
to "C:\ProgramData\chocolatey\config\chocolatey.config". | |
2016-05-17 11:58:31,238 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\config\chocolatey.config.update". | |
2016-05-17 11:58:31,270 [INFO ] - ============================================================ | |
2016-05-17 11:58:31,270 [INFO ] - Chocolatey v0.9.9.12 | |
2016-05-17 11:58:31,285 [DEBUG] - Choco |
export github_user=rasa | |
export DOTFILES=~/.secfiles | |
git clone https://[email protected]/$github_user/secfiles.git $DOTFILES | |
mkdir -p $DOTFILES/caches/init | |
echo -e "20_ubuntu_apt.sh\n50_local.sh\n" >$DOTFILES/caches/init/selected | |
$DOTFILES/bin/dotfiles |
vmware-iso: --2015-04-04 01:46:11-- https://softwareupdate.vmware.com/cds/vmw-desktop/fusion/7.1.1/2498930/packages/com.vmware.fusion.tools.linux.zip.tar | |
vmware-iso: Resolving softwareupdate.vmware.com (softwareupdate.vmware.com)... 23.4.19.51, 2600:1406:28:28b::2ef, 2600:1406:28:28a::2ef | |
vmware-iso: Connecting to softwareupdate.vmware.com (softwareupdate.vmware.com)|23.4.19.51|:443... connected. | |
vmware-iso: HTTP request sent, awaiting response... 200 OK | |
vmware-iso: Length: 62044160 (59M) [application/x-tar] | |
vmware-iso: Saving to: `com.vmware.fusion.tools.linux.zip.tar' | |
vmware-iso: | |
vmware-iso: com.vmware. 100% 59.17M 7.57MB/s in 8.1s | |
vmware-iso: | |
vmware-iso: 2015-04-04 01:46:19 (7.27 MB/s) - `com.vmware.fusion.tools.linux.zip.tar' saved [62044160/62044160] |
#!/bin/bash | |
set -x | |
set -e | |
test -z "$HOST" && HOST=i686-w64-mingw32 | |
test -z "$PREFIX" && PREFIX=/usr/local/$HOST | |
if [[ "$(id -u)" == 0 ]]; then | |
SUDO= |