Git Product home page Git Product logo

scripts's Introduction

Application

N/A

Description

Various scripts consumed by Docker images during Build or other repositories located on the binhex repo.

Build notes

N/A

Notes

N/A

If you appreciate my work, then please consider buying me a beer :D

PayPal donation

Documentation | Support Forum

scripts's People

Contributors

binhex avatar gfjardim avatar ivanfilippov avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

scripts's Issues

how to aur that creates 2 packages?

I'm trying to modify your binhex-intellij to utilize the ultimate edition but I'm running into a problem because the intellij-idea-ultimate-edition aur creates intellij-idea-ultimate-edition and intellij-idea-ultimate-edition-jre packages. I've tried all 3 combinations in the install.sh and end up with only the jre package installed each time. I've also tried changing the order to no avail.

aur_packages="intellij-idea-ultimate-edition"
aur_packages="intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre"
aur_packages="intellij-idea-ultimate-edition-jre"

Also, for the aur.sh script it is a lot faster to not compress the package after building since you're just going to install it and then delete it after.

sed -i -e "s~PKGEXT='.pkg.tar.xz'~PKGEXT='.pkg.tar'~g" /etc/makepkg.conf

HOST_OS changed in unraid 6.9.0

if [[ "${HOST_OS}" == "unRAID" ]]; then

I was wondering why permissions were not getting set and it looks like, at least on my server, that HOST_OS is now Unraid.

export from a running container:

declare -x HOME="/root"
declare -x HOSTNAME="a276e4ca1e55"
declare -x HOST_OS="Unraid"
declare -x OLDPWD
declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
declare -x PGID="100"
declare -x PUID="99"
declare -x PWD="/"
declare -x SHLVL="1"
declare -x TZ="America/Chicago"
declare -x UMASK="000"

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.