Skip to content

Instantly share code, notes, and snippets.

@hXtreme
Created June 16, 2020 15:31
Show Gist options
  • Save hXtreme/9dc53e6dcba1a72e6a2c5f8d27a223d5 to your computer and use it in GitHub Desktop.
Save hXtreme/9dc53e6dcba1a72e6a2c5f8d27a223d5 to your computer and use it in GitHub Desktop.
A patch to my [scripts](https://github.com/hXtreme/scripts) repo.
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
+PKG_MGR_INSTALL=install
# Packages from the package manager
sudo $PKG_MGR $PKG_MGR_INSTALL xclip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment