1
0
Fork 0

removed 4k video downloader

This commit is contained in:
Kim, Jimin 2021-11-29 07:11:39 +09:00
parent 1f74cd98b6
commit b5c569fcae

View file

@ -86,10 +86,6 @@ load_dconf() {
# #################### [ DEFINING SETUP ] #################### # #################### [ DEFINING SETUP ] ####################
# Define instructions on how to setup applications & stuff # Define instructions on how to setup applications & stuff
setup_4kvideodownloader() {
package_install 4kvideodownloader
}
setup_alacritty() { setup_alacritty() {
package_install alacritty package_install alacritty
@ -822,7 +818,6 @@ echo
setup_essentials setup_essentials
options=( options=(
"4k_video_downloader" "" off
"alacritty" "" off "alacritty" "" off
"annotator" "" off "annotator" "" off
"backup" "" off "backup" "" off
@ -882,7 +877,6 @@ choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
clear clear
for choice in $choices; do for choice in $choices; do
case "$choice" in case "$choice" in
"4k_video_downloader") setup_4kvideodownloader ;;
"alacritty") setup_alacritty ;; "alacritty") setup_alacritty ;;
"annotator") setup_annotator ;; "annotator") setup_annotator ;;
"blender") setup_blender ;; "blender") setup_blender ;;