Fix broken paths

This commit is contained in:
Manuel Thalmann 2023-01-12 16:00:32 +01:00
parent 562c029ce8
commit 5ce254b229

View file

@ -1,6 +1,6 @@
#!/bin/bash
dir="${BASH_SOURCE%/*}"
popOSRoot="$dir/../scripts/PopOS"
popOSRoot="$dir/../../scripts/PopOS"
softwareRoot="$popOSRoot/software"
cloudRoot="$popOSRoot/cloud-sync"