Skip to content

Commit

Permalink
removed more sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArt000 committed Nov 9, 2024
1 parent 3562cc8 commit c441ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra/src/greetd.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ cargo build --release
mkdir -p $BUILD_ROOT/usr/bin/
mkdir -p $BUILD_ROOT/etc/systemd/system/

sudo cp target/release/{greetd,agreety} $BUILD_ROOT/usr/bin/
sudo cp greetd.service $BUILD_ROOT/etc/systemd/system/greetd.service
cp target/release/{greetd,agreety} $BUILD_ROOT/usr/bin/
cp greetd.service $BUILD_ROOT/etc/systemd/system/greetd.service

mkdir $BUILD_ROOT/etc/greetd
cp config.toml $BUILD_ROOT/etc/greetd/config.toml
Expand Down

0 comments on commit c441ddb

Please sign in to comment.