mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
Prevent sudo
This commit is contained in:
parent
51485562ec
commit
33983fbc2e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
cd "$(dirname "$0")"
|
||||
source ./scriptdata/environment-variables
|
||||
source ./scriptdata/functions
|
||||
prevent_sudo_or_root
|
||||
|
||||
function v() {
|
||||
echo -e "[$0]: \e[32mNow executing:\e[0m"
|
||||
|
|
|
|||
Loading…
Reference in a new issue