PortValhalla/scripts/Common/Config/Firefox/install.sh

4 lines
106 B
Bash
Raw Normal View History

2023-04-07 18:03:22 +00:00
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
sudo cp ./firefox.sh /etc/profile.d/;
popd > /dev/null;