From 952db94f887399b1292d612a69c5e71c4ec35e95 Mon Sep 17 00:00:00 2001 From: FredBezies Date: Wed, 19 Sep 2018 15:21:04 +0200 Subject: [PATCH] VisualStudio Code is in community repository https://www.archlinux.org/packages/community/x86_64/code/ --- install/apps/dev/dev | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/apps/dev/dev b/install/apps/dev/dev index 09cf50f..28cf224 100644 --- a/install/apps/dev/dev +++ b/install/apps/dev/dev @@ -5,7 +5,7 @@ options=() options+=("notepadqq" "(QT)" off) options+=("geany" "(GTK)" off) options+=("geany-plugins" "(GTK)" off) -options+=("visual-studio-code-bin" "(AUR)" off) +options+=("code" "(VS Code)" off) sel=$(whiptail --backtitle "$apptitle" --title "Dev applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \ "${options[@]}" \ @@ -16,7 +16,6 @@ fi for itm in $sel; do case $itm in - '"visual-studio-code-bin"') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";; *) pkg="$pkg $(echo $itm | sed 's/"//g')";; esac done