remove chmod for all scripts in lib

This commit is contained in:
HikariKnight 2022-03-12 17:34:00 +01:00
parent eb3d9986ac
commit b848efafbf
No known key found for this signature in database
GPG key ID: E8B239063B022F5A

View file

@ -7,9 +7,6 @@ cd "$SCRIPTDIR"
# Get the config paths
source "$SCRIPTDIR/lib/paths.sh"
# Make sure all the scripts are executable
chmod +x "$SCRIPTDIR/lib/*"
# Get the CPU Vendor
CPU_VENDOR=$(cat /proc/cpuinfo | grep vendor | head -1 | cut -f 2 | cut -d " " -f 2)
CMDLINE="iommu=pt"