5 lines
128 B
Bash
Executable file
5 lines
128 B
Bash
Executable file
#!/bin/bash
|
|
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
|
sudo cp ../../Software/Firefox/firefox.sh /etc/profile.d/;
|
|
popd > /dev/null;
|