Giter VIP home page Giter VIP logo

Comments (3)

n7nix avatar n7nix commented on August 16, 2024

core_install.sh has a function, is_pkg_installed() that uses dpkg-query to check status of a package. All required packages are verified for installation.

from n7nix.

dpkingston avatar dpkingston commented on August 16, 2024

You have a typo on line 8. UPDDATE_NOW is mis-spelled. Also, there does not appear to be any way for UPDATE_NOW to become true.

from n7nix.

n7nix avatar n7nix commented on August 16, 2024

Thanks. Checked in fix.
UPDATE_NOW was originally used for development.
I use it to disable apt-get update/upgrade.
Since it was undefined:

if [ "$UPDATE_NOW" = "true" ] ; then

worked the way I wanted.

apt-get update then upgrade takes a long time & I didn't want those
long processes to be executed from the script. My intention is that
those commands should be done outside the script so that it's easier
to see any problems. I left the apt-get update/upgrade in the script for reference.

from n7nix.

Related Issues (10)

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.