mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-08 21:55:53 +01:00
fix debian compat
This commit is contained in:
parent
c810d0e2dd
commit
3d10766c80
BIN
linutil
BIN
linutil
Binary file not shown.
@ -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…
x
Reference in New Issue
Block a user