/ path upd

This commit is contained in:
fro
2025-11-06 09:30:23 -05:00
parent 8654019ddf
commit d4397c4f43
2 changed files with 3 additions and 3 deletions

View File

@@ -55,4 +55,4 @@ edit the appropriate `.conf` file for the boot entry:
### add pacman hook ### add pacman hook
- `sudo mkdir -p /etc/pacman.d/hooks/ && sudo mv /home/poq/syncDir/gitRepos/git.mz.fo/lnx-arch/dots/nvidia/nvidia.hook /etc/pacman.d/hooks/` - `sudo mkdir -p /etc/pacman.d/hooks/ && sudo mv /home/poq/syncDir/gitRepos/gt.op.fo/lnx-arch/dots/nvidia/nvidia.hook /etc/pacman.d/hooks/`

View File

@@ -16,7 +16,7 @@ if [ $# -lt 1 ]; then
fi fi
operation=$1 operation=$1
options_url=https://git.mz.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${HOSTNAME}/options.sh options_url=https://gt.op.fo/fro/lnx-arch/raw/branch/master/dots/archinstall/${HOSTNAME}/options.sh
options_trg=/tmp/options.sh options_trg=/tmp/options.sh
rm -rf ${options_trg} rm -rf ${options_trg}
rm -rf ${options_trg}.tmp rm -rf ${options_trg}.tmp
@@ -123,7 +123,7 @@ firefox_profile_dir() {
if [ ${operation} == "dots" ] ; then if [ ${operation} == "dots" ] ; then
# declarations # declarations
targz_dots_url=https://git.mz.fo/fro/lnx-arch/archive/master.tar.gz targz_dots_url=https://gt.op.fo/fro/lnx-arch/archive/master.tar.gz
dots_trg=${clone_trg}/lnx-arch/dots dots_trg=${clone_trg}/lnx-arch/dots
echo "***** ${operation} *****" echo "***** ${operation} *****"