feat: removed suckless. fix: updated scripts shebang
This commit is contained in:
parent
2d6cd5e5ed
commit
b6815156d3
@ -1 +0,0 @@
|
||||
Subproject commit b8666c784e7565e1399495ba6bea1c652c721533
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,3 @@
|
||||
[submodule ".config/suckless"]
|
||||
path = .config/suckless
|
||||
url = git@github.com:AustralEpitech/suckless.git
|
||||
[submodule ".config/nvim/pack/plugins/opt/nvim-lspconfig"]
|
||||
path = .config/nvim/pack/plugins/opt/nvim-lspconfig
|
||||
url = https://github.com/neovim/nvim-lspconfig
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/usr/bin/sh
|
||||
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
echo "error: you cannot perform this operation unless you are root."
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/usr/bin/sh
|
||||
|
||||
# counts target = 8182 ~ 25cm
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/usr/bin/sh
|
||||
|
||||
device="PNP0C50:0e 06CB:7E7E Touchpad"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
#!/usr/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user