We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a358fde commit 317180fCopy full SHA for 317180f
wsl-init-script.sh
@@ -163,8 +163,8 @@ install_asdf_plugins() {
163
done
164
}
165
166
-install_binaries_hosted_on_gh() {
167
- print "Installing binaries hosted on GitHub..."
+install_binaries_from_gh() {
+ print "Installing binaries from GitHub..."
168
mkdir -p $HOME/.local/bin
169
170
# Tokei
@@ -225,7 +225,7 @@ main() {
225
sudo apt update
226
install_asdf
227
install_asdf_plugins
228
- install_binaries_hosted_on_gh
+ install_binaries_from_gh
229
setup_gesttings
230
setup_wsl
231
fix_annoyalances
0 commit comments