wgetis installedtaris installed
If you really don't want to install Nix under /nix (or you can't) then you can install Nix
| diff --git a/configure b/configure | |
| index 65f1145..068f21f 100755 | |
| --- a/configure | |
| +++ b/configure | |
| @@ -24432,9 +24432,9 @@ if ${gl_cv_func_getcwd_abort_bug+:} false; then : | |
| $as_echo_n "(cached) " >&6 | |
| else | |
| # Remove any remnants of a previous test. | |
| - rm -rf confdir-14B--- | |
| + # rm -rf confdir-14B--- |
| #!/usr/bin/env python3 | |
| ''' | |
| Import Google Reader starred items to Pocket | |
| ============================================ | |
| This script will read the list of starred items generated by exporting your | |
| Reader data using [Google Takeout][]. Generally you will use it like this: | |
| python import-to-pocket.py starred.json |
| # Install ARCH Linux with encrypted file-system and UEFI | |
| # The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. | |
| # boot loaders (helpful when dual-booting): https://wiki.archlinux.org/index.php/Arch_boot_process#Boot_loader | |
| # - GRUB and rEFInd are quite popular | |
| # General recommendations (after install): https://wiki.archlinux.org/index.php/General_recommendations | |
| # Download the archiso image from https://www.archlinux.org/ | |
| # Copy to a usb-drive | |
| dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux |