Skip to content

nondeterministic installation script #8

@ff-kschlansker

Description

@ff-kschlansker

It appears your web server is randomizing the order of the lines in the installation script. It always returns all 144 bytes / 9 lines of the script ... it's just that the lines are ordered differently in each response -- this makes it hard to run :)

Here is example run 1:

k@mbp $ curl commands.io/install-monitor-macosx
cd monitor/readline
./configure
make
cd ..
make
sudo make install
monitor -h
git clone https://github.com/dtannen/monitor.git
sudo make install

And here is example run 2, executed immediately after run 1:

k@mbp $ curl commands.io/install-monitor-macosx
sudo make install
cd ..
sudo make install
git clone https://github.com/dtannen/monitor.git
cd monitor/readline
./configure
make
make
monitor -h

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions