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

update subl version

parent 23b343b6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,7 +15,7 @@
# install Sublime Text
qc_install_subl() {
local subl_v
[ -z "$subl_v" ] && read -rep "Sublime Text 3 version to use: " -i "3126" subl_v
[ -z "$subl_v" ] && read -rep "Sublime Text 3 version to use: " -i "3143" subl_v
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