Skip to content

Commit 1d22bb5

Browse files
committed
Replace Vesta with Hestia in Comments and modify supported Ubuntu OS.
1 parent bcd1308 commit 1d22bb5

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

install/debian/8/sudo/admin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Created by vesta installer
1+
# Created by hestia installer
22
Defaults env_keep="VESTA"
33
Defaults env_keep+="HESTIA"
44
Defaults:admin !syslog
55
Defaults:admin !requiretty
66
Defaults:root !requiretty
77

8-
# sudo is limited to vesta scripts
8+
# sudo is limited to hestia scripts
99
admin ALL=NOPASSWD:/usr/local/hestia/bin/*
1010
admin ALL=NOPASSWD:/usr/local/vesta/bin/*

install/debian/9/sudo/admin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Created by vesta installer
1+
# Created by hestia installer
22
Defaults env_keep="VESTA"
33
Defaults env_keep+="HESTIA"
44
Defaults:admin !syslog
55
Defaults:admin !requiretty
66
Defaults:root !requiretty
77

8-
# sudo is limited to vesta scripts
8+
# sudo is limited to hestia scripts
99
admin ALL=NOPASSWD:/usr/local/vesta/bin/*
1010
admin ALL=NOPASSWD:/usr/local/hestia/bin/*

install/hst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Currently Supported Operating Systems:
77
#
88
# Debian 8, 9
9-
# Ubuntu 14.04 - 18.04
9+
# Ubuntu 14.04, 16.04, 18.04
1010
#
1111

1212
# Am I root?

install/ubuntu/14.04/sudo/admin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Created by vesta installer
1+
# Created by hestia installer
22
Defaults env_keep="VESTA"
33
Defaults env_keep+="HESTIA"
44
Defaults:admin !syslog
55
Defaults:admin !requiretty
66
Defaults:root !requiretty
77

8-
# sudo is limited to vesta scripts
8+
# sudo is limited to hestia scripts
99
admin ALL=NOPASSWD:/usr/local/vesta/bin/*
1010
admin ALL=NOPASSWD:/usr/local/hestia/bin/*

install/ubuntu/16.04/sudo/admin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Defaults:admin !syslog
55
Defaults:admin !requiretty
66
Defaults:root !requiretty
77

8-
# sudo is limited to vesta scripts
8+
# sudo is limited to hestia scripts
99
admin ALL=NOPASSWD:/usr/local/vesta/bin/*
1010
admin ALL=NOPASSWD:/usr/local/hestia/bin/*

install/ubuntu/18.04/sudo/admin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Created by vesta installer
1+
# Created by hestia installer
22
Defaults env_keep="VESTA"
33
Defaults env_keep+="HESTIA"
44
Defaults:admin !syslog
55
Defaults:admin !requiretty
66
Defaults:root !requiretty
77

8-
# sudo is limited to vesta scripts
8+
# sudo is limited to hestia scripts
99
admin ALL=NOPASSWD:/usr/local/vesta/bin/*
1010
admin ALL=NOPASSWD:/usr/local/hestia/bin/*

0 commit comments

Comments
 (0)