]> git.armaanb.net Git - bin.git/blobdiff - system-setup
add comments to the start of each file
[bin.git] / system-setup
index a835b2707c773ee05745e7677cef975d4f7bd6c4..2ab858e749fa5d0c930b7ed2e1f752f20016539d 100755 (executable)
@@ -1,4 +1,6 @@
 #!/usr/bin/env bash
+# Installs some of my favorite programs on a debian unstable system
+# Arch makes this MUCH easier with the AUR
 
 cmd_update="sudo apt update && sudo apt upgrade -y"
 cmd_install="sudo apt install -y"