mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(bootstrap-linux): Fix appman setup
This commit is contained in:
parent
3c0e075324
commit
f015467b1b
2 changed files with 13 additions and 3 deletions
|
|
@ -2,7 +2,9 @@ echo "[INFO] Installing AppMan"
|
|||
echo "[ACTION] Type [2] to install AppMan"
|
||||
wget -q https://raw.githubusercontent.com/ivan-hc/AM/main/AM-INSTALLER && chmod a+x ./AM-INSTALLER && ./AM-INSTALLER
|
||||
|
||||
if command -v appman >/dev/null 2>&1; then
|
||||
appman install wezterm
|
||||
appman install nvim
|
||||
APPMAN_PATH="$HOME/.local/bin/appman"
|
||||
|
||||
if command -v $APPMAN_PATH >/dev/null 2>&1; then
|
||||
$APPMAN_PATH install wezterm
|
||||
$APPMAN_PATH install nvim
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue