diff options
author | davidovski <david@davidovski.xyz> | 2022-02-20 02:13:54 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-20 02:13:54 +0000 |
commit | e5bc87ffc368799685b9c9bf0e01db35ee974540 (patch) | |
tree | 322791eae090f5b6f3f821f6f09b83c5aa199561 /src/profile.sh | |
parent | 65940c0cc719311fbac5e11c81cce34563ea3f21 (diff) |
added search functionality
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-x | src/profile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.sh b/src/profile.sh index 915f1c9..f05271b 100755 --- a/src/profile.sh +++ b/src/profile.sh @@ -7,7 +7,7 @@ export CONF_FILE="/etc/xipkg.conf" -export CURL_OPTS="-SsL" +export CURL_OPTS="-sL" export DEP_DIR=$(parseconf -v dir.deps) export REPOS="$(parseconf -v repos)" |