Skip to content

Commit

Permalink
incorporate changes from ujust pr
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 13, 2023
1 parent edcf66a commit 9cab833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ podmansh:
#!/usr/bin/env bash
sudo mkdir -p /etc/containers/systemd/users/${UID}
sudo cp /usr/share/ublue-os/quadlets/podmansh.container /etc/containers/systemd/users/${UID}/podmansh.container
just --unstable --justfile {{justfile()}} chsh /usr/bin/podmansh
ujust chsh /usr/bin/podmansh
podman pull ghcr.io/ublue-os/ubuntu-toolbox:latest

systemctl --user daemon-reload
Expand Down Expand Up @@ -235,9 +235,9 @@ yafti:

# Switch to the zsh shell
zsh:
just /usr/bin/zsh
ujust chsh /usr/bin/zsh

docker:
sudo systemctl enable --now docker
sudo usermod -aG docker $USER
newgrp docker
newgrp docker
2 changes: 1 addition & 1 deletion usr/bin/ujust
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
/usr/bin/just --unstable --justfile /usr/share/ublue-os/justfile
/usr/bin/just --unstable --justfile /usr/share/ublue-os/justfile "${@}"

0 comments on commit 9cab833

Please sign in to comment.