dtannen / monitor

Capture and share terminal commands with Monitor
Other
9 stars 4 forks source link

nondeterministic installation script #8

Open ff-kschlansker opened 7 years ago

ff-kschlansker commented 7 years ago

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
dtannen commented 7 years ago

Really interesting. Have not touched this project in years. When I have some free time I will take a look. Thanks!

mathieu-aubin commented 2 years ago

@dtannen , maybe it's time to archive the project, to the benefit of a bunch who could potentially lose hours of insanity hahahhaha

Take care brother!