removed 4k video downloader
This commit is contained in:
parent
1f74cd98b6
commit
b5c569fcae
1 changed files with 0 additions and 6 deletions
6
setup.sh
6
setup.sh
|
@ -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 ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue