mirror of
https://review.haiku-os.org/haiku
synced 2025-01-30 02:04:52 +01:00
7 lines
212 B
Bash
7 lines
212 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# install ProcessController, NetworkStatus & volume control in the Deskbar
|
||
|
/boot/system/apps/ProcessController -deskbar
|
||
|
/boot/system/apps/NetworkStatus --deskbar
|
||
|
/boot/system/bin/desklink --add-volume
|