-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Labels
No labels