fix debian compat

This commit is contained in:
Chris Titus 2024-06-06 18:02:22 -05:00
parent c810d0e2dd
commit 3d10766c80
2 changed files with 2 additions and 2 deletions

BIN
linutil

Binary file not shown.

View File

@ -40,11 +40,11 @@ impl CustomList {
} => {
ListNode {
name: "Setup Bash Prompt",
command: "bash <(curl -s https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh)"
command: "bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/mybash/main/setup.sh)\""
},
ListNode {
name: "Setup Neovim",
command: "bash <(curl -s https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh)"
command: "bash -c \"$(curl -s https://raw.githubusercontent.com/ChrisTitusTech/neovim/main/setup.sh)\""
},
// ListNode {
// name: "Just ls, nothing special, trust me",