update packages to match blendos-configs

This commit is contained in:
askiiart 2024-12-06 23:19:21 -06:00
parent 9ca198abab
commit 555219ffa4
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
4 changed files with 14 additions and 8 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -e
if [ $(whoami) == "root" ]; then
echo "Run as a normal user, not root"
exit 1