Skip to content
Snippets Groups Projects
Commit 1a51eceb authored by Keegan Mullaney's avatar Keegan Mullaney
Browse files

minor updates

bump subl version number
add arp-scan to packages
parent 05797784
No related branches found
No related tags found
No related merge requests found
LICENSE 100644 → 100755
File mode changed from 100644 to 100755
README.md 100644 → 100755
File mode changed from 100644 to 100755
Loading
Loading
@@ -104,7 +104,7 @@ fi
# -------------------------- DEFAULT APT PACKAGES
 
DEFAULT_SERVER_LIST='ca-certificates gettext-base less man-db openssh-server python-software-properties software-properites-common vim-gtk wget'
DEFAULT_WORKSTATION_LIST='autojump gpgv2 links mutt pinta x11vnc xclip vlc'
DEFAULT_WORKSTATION_LIST='autojump gpgv2 links mutt pinta x11vnc xclip vlc arp-scan'
DEFAULT_DEV_LIST='autoconf automake build-essential checkinstall dconf-cli shellcheck silversearcher-ag tidy xdotool vim-gtk'
 
# -------------------------- PROMPT FOR PROGRAMS
Loading
Loading
Loading
Loading
@@ -14,7 +14,7 @@
 
# install Sublime Text
qc_install_subl() {
local subl_v='3114'
local subl_v='3126'
local subl_url="https://download.sublimetext.com/sublime-text_build-${subl_v}_amd64.deb"
 
if lkm_not_installed "subl"; then
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment