Skip to content

Commit 61989a3

Browse files
authored
Merge pull request #95 from OS2borgerPC/update_file_names
Update file names
2 parents d575125 + ca09e71 commit 61989a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

image/overwrites/usr/local/bin/update_client_and_register.sh renamed to image/overwrites/usr/local/bin/install_client_and_register.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ if [ "$(id -u)" != "0" ]; then
55
exit 1
66
fi
77

8-
# Update os2borgerpc-client
9-
/usr/local/bin/update_client.sh
8+
# install os2borgerpc-client
9+
/usr/local/bin/install_client.sh
1010

1111
# Register
1212
/usr/local/bin/register_new_os2borgerpc_client.sh

image/overwrites/usr/share/os2borgerpc/superuser-desktop/os2borgerpc-register.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Name=Registrer i OS2borgerPC Admin
33
Name[sv]=Registrera dator i MedborgarPC Admin
44
Comment=Registrer i admin-systemet
55
Comment[sv]=Registrera dator i adminsystemet
6-
Exec=sudo /usr/local/bin/update_client_and_register.sh
6+
Exec=sudo /usr/local/bin/install_client_and_register.sh
77
Icon=org.gnome.Terminal
88
Type=Application
99
Categories=Utility;Documentation;ConsoleOnly;

image/scripts/os2borgerpc_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ figlet "=== About to run assorted OS2borgerPC scripts from the scripts repo ==="
109109

110110
# Temporary intall os2borgerpc-client, as it is a dependency for running the scripts below.
111111
# the script has been copied by do_overwrite.sh above.
112-
"./usr/local/bin/update_client.sh"
112+
"./usr/local/bin/install_client.sh"
113113

114114
# Cloning script repository
115115
git clone --depth 1 https://github.com/OS2borgerPC/os2borgerpc-core-scripts.git

0 commit comments

Comments
 (0)