u
This commit is contained in:
@@ -46,6 +46,13 @@ download_repo() {
|
||||
|
||||
}
|
||||
|
||||
create_dir() {
|
||||
_directory=$1
|
||||
|
||||
mkdir -p ${_directory}
|
||||
chown ${user}:${user} ${_directory}
|
||||
}
|
||||
|
||||
deploy_file() {
|
||||
_src_path=$1
|
||||
_trg_path=$2
|
||||
@@ -73,6 +80,7 @@ if [ ${operation} == "dots" ] ; then
|
||||
file_name=hyprpaper.conf
|
||||
deploy_file ${dots_trg}/hyprpaper/${file_name} /home/${user}/.config/hypr/${file_name}
|
||||
|
||||
create_dir "/home/${user}/bin"
|
||||
file_name=startup.sh
|
||||
deploy_file ${dots_trg}/startup/${file_name} /home/${user}/bin/${file_name}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user