Skip to content

Instantly share code, notes, and snippets.

View hXtreme's full-sized avatar
:octocat:
Improving your experience. Please wait...

Harsh Parekh hXtreme

:octocat:
Improving your experience. Please wait...
View GitHub Profile
diff --git a/setup b/setup
index 18b6a93..3907d84 100755
--- a/setup
+++ b/setup
@@ -1,7 +1,7 @@
#! /bin/sh
-PKG_MGR=pacman
-PKG_MGR_INSTALL=-S
+PKG_MGR=apt

Here's a colection of my public keys that can be used to authenticate me on your server.

@hXtreme
hXtreme / condensed-docker-grammer.markdown
Last active February 13, 2021 13:01
Condensed Dockerfile grammer

Docker YAML config syntax

The syntax is mostly as following:

# parser directives

ARG arg_name=arg_val
FROM image:tag