This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export SHUTIT_BACKUP_PS1_real_user_prompt=$PS1 && PS1='SHUTIT_REAL_USER#ZHfHa955>' && unset PROMPT_COMMAND && stty cols 320 | |
export SHUTIT_BACKUP_PS1_pre_build=$PS1 && PS1='SHUTIT_PRE_BUILD#Qjv4HMML>' && unset PROMPT_COMMAND && stty cols 320 | |
cat /etc/issue | grep -i "red hat" | wc -l | |
cat /etc/issue | grep -i "shutit" | wc -l | |
cat /etc/issue | grep -i "fedora" | wc -l | |
cat /etc/issue | grep -i "centos" | wc -l | |
cat /etc/issue | grep -i "steamos" | wc -l | |
cat /etc/issue | grep -i "ubuntu" | wc -l | |
cat /etc/issue | grep -i "debian" | wc -l | |
apt-get update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install git python-bottle docker.io python-pexpect python-cherrypy3 | |
git clone https://github.com/ianmiell/shutit.git && cd shutit | |
./shutit serve -m library |
NewerOlder