mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
fix debian compat
This commit is contained in:
parent
c810d0e2dd
commit
3d10766c80
|
@ -40,11 +40,11 @@ impl CustomList {
|
||||||
} => {
|
} => {
|
||||||
ListNode {
|
ListNode {
|
||||||
name: "Setup Bash Prompt",
|
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 {
|
ListNode {
|
||||||
name: "Setup Neovim",
|
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 {
|
// ListNode {
|
||||||
// name: "Just ls, nothing special, trust me",
|
// name: "Just ls, nothing special, trust me",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user