devaun updates/fixes

This commit is contained in:
2026-06-28 14:38:37 -05:00
parent dc0e48048f
commit 06cf856f24
6 changed files with 36 additions and 32 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ install-debian:
wget -qO- https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/fury-nushell.gpg
echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury-nushell.list
sudo apt update
xargs -a packages-debian doas apt install -y
xargs -a packages-debian sudo apt install -y
install-arch:
@echo "installing pkgs"