diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-12-07 04:22:05 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-12-07 04:22:05 +0200 |
commit | d002df626740a2ccc6d897a8c10cf65672ae0b74 (patch) | |
tree | ddabc13bd7cfdd516dd17389529adbe25b022308 /lib/_ak_fs | |
parent | 1305976d458a92d7aa3b5ff456a9b1e7b49c8468 (diff) | |
download | arching-kaos-tools-d002df626740a2ccc6d897a8c10cf65672ae0b74.tar.gz arching-kaos-tools-d002df626740a2ccc6d897a8c10cf65672ae0b74.tar.bz2 arching-kaos-tools-d002df626740a2ccc6d897a8c10cf65672ae0b74.zip |
Removed wget from dependencies
Diffstat (limited to 'lib/_ak_fs')
-rwxr-xr-x | lib/_ak_fs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ _ak_fs_find_depth(){ else exit 111 # Try to download stuff - # wget -s $remoteMrk/$currentNode -O $AK_LEAFSDIR/$currentNode + # curl -s $remoteMrk/$currentNode -o $AK_LEAFSDIR/$currentNode # if [ $? -ne 0 ] # then # exit 111 |