Created
June 16, 2020 15:31
-
-
Save hXtreme/9dc53e6dcba1a72e6a2c5f8d27a223d5 to your computer and use it in GitHub Desktop.
A patch to my [scripts](https://github.com/hXtreme/scripts) repo.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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