Switch to side-by-side view
--- a/fabfile.py +++ b/fabfile.py @@ -52,7 +52,7 @@ """ Install packages and setup stuff - run this on a new system """ - #sudo('apt-get update') # In case no one ran this before + sudo('apt-get update') # In case no one ran this before install(PKGDEPS) _fix_lib64('libz.so')