1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00

remove install_termux_task

This commit is contained in:
Nebel 2024-10-29 04:23:35 +09:00
parent 48f2024e8c
commit 13717204be

View file

@ -9,9 +9,4 @@ function install_pkg_packages() {
pkg install -y "${packages[@]}" pkg install -y "${packages[@]}"
} }
function install_termux_task() {
mkdir -p ~/.shortcuts/tasks
install -v "$1" ~/.shortcuts/tasks/
}
install_pkg_packages install_pkg_packages