Skip to content

Commit

Permalink
Debian: Bugfix - replace cd with pushd
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 26, 2024
1 parent b75af12 commit 053c6ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DebianCLI/debian_specific_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
. ../prelude.sh

mkdir -p ~/x/
cd ~/x/
pushd ~/x/

if ! test -d helix; then
git clone https://github.com/helix-editor/helix
Expand All @@ -36,3 +36,4 @@ hx --health
# for ubuntu and debian (don't forget to make writing /etc/wsl.conf idempotent)
# TODO - uncomment broken packages and add specific versions (so that they compile ok)
cargo install du-dust # onefetch procs - temporary broken (won't compile)
popd

0 comments on commit 053c6ca

Please sign in to comment.