Fix broken paths
This commit is contained in:
parent
562c029ce8
commit
5ce254b229
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
dir="${BASH_SOURCE%/*}"
|
||||
popOSRoot="$dir/../scripts/PopOS"
|
||||
popOSRoot="$dir/../../scripts/PopOS"
|
||||
softwareRoot="$popOSRoot/software"
|
||||
cloudRoot="$popOSRoot/cloud-sync"
|
||||
|
||||
|
|
Loading…
Reference in a new issue