Editing 1654: Universal Install Script

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 38: Line 38:
  
 
==Transcript==
 
==Transcript==
:[In the panel is a shell script which, unusual for xkcd, uses only lower case. At the top the title of the program is inlaid in the frame, which has been broken here.]
+
{{incomplete transcript}}
:<big>Install.sh</big>
 
  
:<nowiki>#!/bin/bash</nowiki>
+
[The comic is shown in a rectangular box, with the title "INSTALL.SH" at the top. Below it is a shell script:]
  
:pip install "$1" &
+
<nowiki>#!/bin/bash
:easy_install "$1" &
+
 
:brew install "$1" &
+
pip install "$1" &
:npm install "$1" &
+
easy_install "$1" &
:yum install "$1" & dnf install "$1" &
+
brew install "$1" &
:docker run "$1" &
+
npm install "$1" &
:pkg install "$1" &
+
yum install "$1" & dnf install "$1" &
:apt-get install "$1" &
+
docker run "$1" &
:sudo apt-get install "$1" &
+
pkg install "$1" &
:steamcmd +app_update "$1" validate &
+
apt-get install "$1" &
:git clone <nowiki>https://github.com/</nowiki>"$1"/"$1" &
+
sudo apt-get install "$1" &
:cd "$1";./configure;make;make install &
+
steamcmd +app_update "$1" validate &
:curl "$1" | bash &
+
git clone https://github.com/"$1"/"$1" &
 +
cd "$1";./configure;make;make install &
 +
curl "$1" | bash &</nowiki>
  
 
==Trivia==
 
==Trivia==

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)