mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-03-22 04:35:47 +05:30
chore(alias): podman removed, up won't do OS upgrade
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
# TODO: Make folder-links and NOT link to each file
|
||||
|
||||
INSTALL="n"
|
||||
DRY_RUN="n"
|
||||
@@ -94,7 +94,7 @@ main() {
|
||||
parse_input "$@"
|
||||
|
||||
install_file_location="$(
|
||||
cd -- "$(dirname "$0")" > /dev/null 2>&1 || exit
|
||||
cd -- "$(dirname "$0")" >/dev/null 2>&1 || exit
|
||||
pwd -P
|
||||
)/scripts"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user