switch to dash

This commit is contained in:
Hugo 2025-07-20 14:35:27 -04:00 committed by Jeremy Soller
parent 06758fe514
commit 212b940fa8
3 changed files with 3 additions and 3 deletions

2
debian/control vendored
View file

@ -21,7 +21,7 @@ Architecture: amd64 arm64
Pre-Depends: greetd,
Depends:
adduser,
bash,
dash,
cosmic-comp,
cosmic-greeter-daemon,
dbus,

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Debian gdm package pre-removal script
# Copyright 2001 Branden Robinson.
# Licensed under the GNU General Public License, version 2. See the file

View file

@ -82,7 +82,7 @@ uninstall:
# Vendor dependencies locally
vendor:
#!/usr/bin/env bash
#!/usr/bin/env sh
mkdir -p .cargo
cargo vendor --sync Cargo.toml | head -n -1 > .cargo/config.toml
echo 'directory = "vendor"' >> .cargo/config.toml