Giter Club home page Giter Club logo

chromium-updater's People

Contributors

jahiy avatar mozamimy avatar n1k0 avatar shapeshed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

chromium-updater's Issues

Introduce a test framework

I want to introduce a test framework for this project.
Operation tests by hand hurt us ๐Ÿ˜ข

However, I have no experience in test automation of shell script.
If someone knows good testing framework for bash and zsh, please help us.

Force the install script to be run as root

I'm to lazy to fork and pull request, but here's a simple addition to the install.sh script to ensure that it is run as root:

diff --git a/install.sh b/install.sh
index 05478d9..fafc465 100755
--- a/install.sh
+++ b/install.sh
@@ -3,6 +3,11 @@
 # MongoDB OSX Launchctl Item
 # Author: Andrei Railean (http://andrei.md)

+if [[ `whoami` != "root" ]]; then
+  echo "This script must be run as root; use sudo"
+  exit
+fi
+
 echo "Installing MongoDB Launchctl Item and Restarting Mongo";

 # create directories
@@ -18,4 +23,4 @@ sudo launchctl unload /System/Library/LaunchDaemons/org.mongo.mongod.plist
 sudo launchctl load /System/Library/LaunchDaemons/org.mongo.mongod.plist
 sudo launchctl start org.mongo.mongod

-echo "FINISHED";
\ No newline at end of file
+echo "FINISHED";

Thanks for the script btw :)

Latest chromium is not running below OS X 10.9

Got annoyed by chrome's os-no-longer-supported message, so I wanted to try chromium. With your script ...

But now the latest chromium does not support my OS X Lion at all.
Maybe you want to add a check for the OS version compatibility in your script ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.