mirror of
https://github.com/CoolnsX/resources.git
synced 2025-12-20 07:15:22 +05:30
these guys are flipped
This commit is contained in:
@@ -12,7 +12,7 @@ trap "exit 1" INT HUP
|
|||||||
case $(uname -o) in
|
case $(uname -o) in
|
||||||
*ndroid*) #termux
|
*ndroid*) #termux
|
||||||
install_dir="$HOME"
|
install_dir="$HOME"
|
||||||
pkg_mgr="pkg in"
|
pkg_mgr="pkg in -y"
|
||||||
pkg_upd="pkg up -y"
|
pkg_upd="pkg up -y"
|
||||||
pkg_spec="openssl-tool"
|
pkg_spec="openssl-tool"
|
||||||
cd ..
|
cd ..
|
||||||
@@ -20,7 +20,7 @@ case $(uname -o) in
|
|||||||
gh_user="https://github.com/"
|
gh_user="https://github.com/"
|
||||||
;;
|
;;
|
||||||
*) #arch linux
|
*) #arch linux
|
||||||
pkg_mgr="doas pacman -S --needed"
|
pkg_mgr="doas pacman -S --needed --no-confirm"
|
||||||
pkg_upd="doas pacman -Syyu"
|
pkg_upd="doas pacman -Syyu"
|
||||||
pkg_spec="mpv bemenu-wayland"
|
pkg_spec="mpv bemenu-wayland"
|
||||||
command -v doas >/dev/null || die "Please install doas!!!"
|
command -v doas >/dev/null || die "Please install doas!!!"
|
||||||
|
|||||||
Reference in New Issue
Block a user