โฒ 607 โผ My lazy ass, nowadays. (lemmy.ml) submitted 2 years ago by Samsy@lemmy.ml to c/linuxmemes@lemmy.world 68 comments fedilink hide all child comments Next evolution, just a one line bash script.
[โ] Dasnap@lemmy.world 44 points 2 years ago (2 children) When the project installation steps start with a 'git clone'. permalink fedilink source hideshow 4 child comments replies: [โ] TheInsane42@lemmy.world 4 points 2 years ago Nah, to much work, use curl to download a script and blindly run it... permalink fedilink source parent [โ] JasonDJ@lemmy.zip 2 points 2 years ago I have a couple scripts running in containers. Iโm too lazy to do a proper CI build and I only run it on one system anyway so I just got pull and docker build. Sorry if i offend you. Though if i keep this up Iโll probably just start to use my generic python container and commit a shell script to docker run with . mounted to /project or something, and set the entry point to pip install project/requirements.txt; python project/main.py. permalink fedilink source parent
[โ] TheInsane42@lemmy.world 4 points 2 years ago Nah, to much work, use curl to download a script and blindly run it... permalink fedilink source parent
[โ] JasonDJ@lemmy.zip 2 points 2 years ago I have a couple scripts running in containers. Iโm too lazy to do a proper CI build and I only run it on one system anyway so I just got pull and docker build. Sorry if i offend you. Though if i keep this up Iโll probably just start to use my generic python container and commit a shell script to docker run with . mounted to /project or something, and set the entry point to pip install project/requirements.txt; python project/main.py. permalink fedilink source parent