mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fix debian compat
This commit is contained in:
parent
c810d0e2dd
commit
3d10766c80
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user