switch to dash
This commit is contained in:
parent
06758fe514
commit
212b940fa8
3 changed files with 3 additions and 3 deletions
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -21,7 +21,7 @@ Architecture: amd64 arm64
|
|||
Pre-Depends: greetd,
|
||||
Depends:
|
||||
adduser,
|
||||
bash,
|
||||
dash,
|
||||
cosmic-comp,
|
||||
cosmic-greeter-daemon,
|
||||
dbus,
|
||||
|
|
|
|||
2
debian/cosmic-greeter.prerm
vendored
2
debian/cosmic-greeter.prerm
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
justfile
2
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue