Fix perms
This commit is contained in:
parent
b371a1642e
commit
97a093714e
6 changed files with 3 additions and 3 deletions
6
distro-specific.bash
Normal file → Executable file
6
distro-specific.bash
Normal file → Executable file
|
@ -21,11 +21,11 @@ elif command_exists "pacman"; then
|
||||||
cd $WD
|
cd $WD
|
||||||
elif command_exists "zypp"; then
|
elif command_exists "zypp"; then
|
||||||
# Untested
|
# Untested
|
||||||
;
|
echo "not yet implemented"
|
||||||
elif command_exists "emerge"; then
|
elif command_exists "emerge"; then
|
||||||
;
|
echo "not yet implemented"
|
||||||
elif command_exists "apk"; then
|
elif command_exists "apk"; then
|
||||||
;
|
echo "not yet implemented"
|
||||||
else
|
else
|
||||||
echo "Unsupported: unknown package manager and distro"
|
echo "Unsupported: unknown package manager and distro"
|
||||||
fi
|
fi
|
||||||
|
|
0
do-everything.bash
Normal file → Executable file
0
do-everything.bash
Normal file → Executable file
0
install-stuff/install-armcord.bash
Normal file → Executable file
0
install-stuff/install-armcord.bash
Normal file → Executable file
0
install-stuff/install-qemu-libvirt.bash
Normal file → Executable file
0
install-stuff/install-qemu-libvirt.bash
Normal file → Executable file
0
install-stuff/install-steam.bash
Normal file → Executable file
0
install-stuff/install-steam.bash
Normal file → Executable file
0
install-stuff/install-vs-code.bash
Normal file → Executable file
0
install-stuff/install-vs-code.bash
Normal file → Executable file
Loading…
Reference in a new issue