From b47bff47663ef59d8e313a6f2ba6e17a37785848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 19 Jun 2021 16:42:28 +0200 Subject: [PATCH] Change localisation of folder --- .local/bin/Update-kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/Update-kernel b/.local/bin/Update-kernel index d309745..06e3688 100755 --- a/.local/bin/Update-kernel +++ b/.local/bin/Update-kernel @@ -1,7 +1,7 @@ #!/bin/bash -BACKUP="/home/yorune/Linux/portage" LOG_FILE="/tmp/update-kernel.log" +BACKUP="/home/yorune/MEGA/Systems/Linux/portage" TMP_KERNEL="/tmp/kernel-config-$(uname -r)" DEFAULT_KERNEL="/usr/src/linux/.config"