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

5 lines
107 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/;
2023-07-12 20:44:20 +00:00
popd > /dev/null;